Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a352701707 | ||
|
|
4166dc6700 | ||
|
|
4251cd3479 |
@@ -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
5
sniper
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user