diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a6b49..ef15dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## CHANGELOG: +* v2.5g - Updated README with update command * v2.5f - Fixes for various bugs reported and fixed by @ifly53e (https://github.com/1N3/Sn1per/pull/89) * v2.5e - Fixed issue with port 3128/tcp checks (CC. @ifly53e) * v2.5d - Added searchsploit option for (-v) to search all terms (CC. @ifly53e) diff --git a/README.md b/README.md index f412ca2..7314f54 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ sniper nobrute sniper airstrike sniper nuke sniper loot +sniper update ``` ### MODES: @@ -75,6 +76,7 @@ sniper loot * **AIRSTRIKE:** Quickly enumerates open ports/services on multiple hosts and performs basic fingerprinting. To use, specify the full location of the file which contains all hosts, IP's that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning. * **NUKE:** Launch full audit of multiple hosts specified in text file of choice. Usage example: ./sniper /pentest/loot/targets.txt nuke. * **LOOT:** Automatically organizes and displays loot folder in your browser and opens Metasploit Pro and Zenmap GUI with all port scan results. To run, type 'sniper loot'. +* **UPDATE:** Checks for updates and upgrades all components used by sniper. ## SAMPLE REPORT: https://gist.github.com/1N3/8214ec2da2c91691bcbc diff --git a/sniper b/sniper index d00e21b..431e1a1 100644 --- a/sniper +++ b/sniper @@ -64,6 +64,7 @@ #sniper airstrike #sniper nuke #sniper loot +#sniper update #``` ### MODES: