Information which would help me understand and write shell codes?

Asked By 0 points N/A Posted on -
qa-featured

Hello!

Can you direct me to information which would help me understand and write shell codes? This would be for Windows specifically.

I would really appreciate your help.

SHARE
Answered By 0 points N/A #86059

Information which would help me understand and write shell codes?

qa-featured

Shell codes basically comprises into two parts:

  • Common shell codes
  • Advanced shell codes

A common shell code is used across multiple platforms. These are basically grouping of code; generally make up the preferred payloads for remote exploits.

Advanced shell is also grouping of codes but it not used as common, it has merit with regard to remote exploits. These advanced shells include downloading, executing a file, adding a new user to the machine or sharing a folder on the system. These all implementations can be easily done by using the advanced shell codes. By using common shell codes you can do some task but not like advanced shell codes. By using advanced shell codes we can do much more tasks which, common shell codes don’t have.

Related Questions