Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ninijay committed Nov 1, 2017
1 parent 7fac86a commit 91bb3ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode/*
.vscode/*
metasploit/meta.rc
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ python unzip.py -f <zipfile> -d <dictionary_file>

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 <RHOST[s]> -l <LHOST> [-p <LPORT> -F <Password File>]
```
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)
Expand Down

0 comments on commit 91bb3ae

Please sign in to comment.