Berikut senarai cara yg aku selalu guna utk spawn shell. Aku selitkan juga senarai url sebagai rujukan.
Read More untuk lebih detail...
Shell Spawning
Rujukan:
http://shell-storm.org/shellcode/
http://shell-storm.org/shellcode/
https://netsec.ws/?p=337
https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/
Read More untuk lebih detail...
Shell Spawning
python -c 'import pty; pty.spawn("/bin/sh")'
echo os.system('/bin/bash')
/bin/sh -i
perl —e 'exec "/bin/sh";'
perl: exec "/bin/sh";
ruby: exec "/bin/sh"
lua: os.execute('/bin/sh')
exec "/bin/sh" (From within IRB)
:!bash (From within vi)
:set shell=/bin/bash:shell (From within vi)
!sh (From within nmap)
Rujukan:
http://shell-storm.org/shellcode/
http://shell-storm.org/shellcode/
https://netsec.ws/?p=337
https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/
No comments:
Post a Comment