Tagged Questions
0
votes
2answers
370 views
Msf and exploitdb on Backtrack 5
Metasploit (msf) doesn't see exploits from exploitdb. I've just updated directory on my Backtrack
cd /pentest/exploits/exploitdb
svn update
How can I load them now into msf? When i use a script ...
4
votes
3answers
675 views
Are there any tools that focus on shellcode analysis?
Shellcode presents certain challenges for disassembly. It often self-modifies, jumps to the stack (where the shellcode will likely be placed), and relies on certain unusual tricks that standard ...
0
votes
3answers
184 views
How to rewrite config files using SNMP?
I scanned a router and found that the community string is public. The write access is also enabled. Now I want to change the configuration of the router. Can anybody tell me about tools and tutorials ...