diff --git a/.gitignore b/.gitignore index 75ec3f0..7d17e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode/* \ No newline at end of file +.vscode/* +metasploit/meta.rc diff --git a/README.md b/README.md index 0f327e7..f8676b5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ python unzip.py -f -d This script will crack a pw- protected zip file with a dictionary list. It will create a pseudo- Thread for each dictionary_file line to speed up the process. +## metasploit +### conficker.py +Clone of conficker exploit + +Usage: +``` bash +python -H -l [-p -F ] +``` +Simplifies the process of creating a conficker exploit by handling all the configuration and launching the exploit via msf. + ## scanners ### port_scanner.py A port scanner for hostnames/ips and port(s)