mirror of https://github.com/1N3/Sn1per.git
Sn1per v1.5b by 1N3@CrowdShield
This commit is contained in:
parent
ef59b636cb
commit
22da170211
|
|
@ -30,7 +30,9 @@ https://gist.github.com/1N3/8214ec2da2c91691bcbc
|
|||
```
|
||||
|
||||
## CHANGELOG:
|
||||
* v1.5c - Fixed issue which broke link to sniper directory
|
||||
* v1.5b - Added Squid Proxy checks port 3128/tcp
|
||||
* v1.5b - Fixed shodan setup options in install.sh
|
||||
* v1.5b - Fixed syntax error with theHarvester in install.sh
|
||||
* v1.5a - Fixed syntax error with port 8081 checks
|
||||
* v1.5a - Added Arachni integration
|
||||
|
|
|
|||
7
sniper
7
sniper
|
|
@ -21,9 +21,6 @@
|
|||
# ./sn1per <target>
|
||||
#
|
||||
|
||||
# SET SNIPER INSTALL DIR FOR GLOBAL SNIPER ACCESS
|
||||
#SNIPER_DIR="/pentest/web/Sn1per/"
|
||||
|
||||
TARGET="$1"
|
||||
LOOT_DIR="loot"
|
||||
CMSMAP="CMSmap/cmsmap.py"
|
||||
|
|
@ -63,9 +60,7 @@ else
|
|||
SCAN_TYPE="DOMAIN"
|
||||
fi
|
||||
|
||||
if [ -x $SNIPER_DIR ]; then
|
||||
cd $SNIPER_DIR
|
||||
fi
|
||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
||||
clear
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue