Sn1per by @sn1persecurity - https://sn1persecurity.com

This commit is contained in:
@xer0dayz 2021-09-28 14:47:51 -07:00 committed by xer0dayz
parent 0260383787
commit fbd861f10f
1 changed files with 1 additions and 2 deletions

View File

@ -35,9 +35,8 @@ if [[ $EUID -ne 0 ]]; then
fi
mkdir -p $INSTALL_DIR 2> /dev/null
chmod 777 -Rf $INSTALL_DIR 2> /dev/null
chmod 755 -Rf $INSTALL_DIR 2> /dev/null
chown root $INSTALL_DIR/sniper 2> /dev/null
chmod 4777 $INSTALL_DIR/sniper 2> /dev/null
mkdir -p $LOOT_DIR 2> /dev/null
mkdir $LOOT_DIR/domains 2> /dev/null
mkdir $LOOT_DIR/screenshots 2> /dev/null