Compare commits

...

3 Commits
v4.1 ... v4.3

Author SHA1 Message Date
root
a352701707 Sn1per by 1N3@CrowdShield 2018-03-09 11:36:47 -05:00
root
4166dc6700 Sn1per by 1N3@CrowdShield 2018-03-09 11:34:08 -05:00
root
4251cd3479 Sn1per by 1N3@CrowdShield 2018-03-09 11:28:47 -05:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
## CHANGELOG:
* v4.2 - Fixed bad merge in 4.1 causing sniper to break.
* v4.1 - Fixed a few bugs with various command line switches for airstrike and nuke modes.
* v4.1 - Fixed issue with path relative file inclusion via the -f flag. You can now include just the local filename (sniper -f targets.txt).
* v4.0 - Added new command switch options for all sniper scans (see --help for details)

5
sniper
View File

@@ -3,7 +3,7 @@
# + -- --=[http://crowdshield.com
#
VER="4.1"
VER="4.3"
BROWSER="firefox" # SET DEFAULT BROWSER
INSTALL_DIR="/usr/share/sniper"
PLUGINS_DIR="/usr/share/sniper/plugins"
@@ -217,11 +217,8 @@ case $key in
shift # past argument
;;
-nl|--noloot)
<<<<<<< HEAD
LOOT="0"
=======
NOLOOT="1"
>>>>>>> b13866c8026af59a392a05f3b2254c4a1f049c81
shift # past argument
;;
-w|--workspace)