Sl45h3R Posted April 30, 2010 Posted April 30, 2010 Heres some code i've written to download a file from a ftp server and execute it, it could be use to download a larger file (metasploit payload etc.) and run it. A couple of the functions are taken from irongeek's website. Im sure that this can be improved so please comment! FTP Payload code Quote
SWFu Posted April 30, 2010 Posted April 30, 2010 That'll get caught by the firewall on Vista/7 machines, we need a way to disable the firewall and try to kill AV first, the metasploit script getcountermeasure is a good place to start. Quote
Sl45h3R Posted April 30, 2010 Author Posted April 30, 2010 As I said, it needs a few improvements, but it's the basic code ;) Quote
magic_smoke Posted April 30, 2010 Posted April 30, 2010 Disable firewall: "netsh firewall set opmode disable" (in XP at least). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.