mirror of https://github.com/1N3/Sn1per.git
Sn1per by 1N3CrowdShield
This commit is contained in:
parent
336bf60a7e
commit
341cda99ef
4
sniper
4
sniper
|
|
@ -160,8 +160,8 @@ function init {
|
|||
mkdir $LOOT_DIR/reports 2> /dev/null
|
||||
mkdir $LOOT_DIR/output 2> /dev/null
|
||||
TARGET="$(echo $TARGET | sed 's/https:\/\///g' | sed 's/http:\/\///g')"
|
||||
/etc/init.d/postgresql start 2>/dev/null
|
||||
/etc/init.d/metasploit start 2>/dev/null
|
||||
service postgresql start 2>/dev/null
|
||||
service metasploit start 2>/dev/null
|
||||
}
|
||||
|
||||
function loot {
|
||||
|
|
|
|||
Loading…
Reference in New Issue