Sn1per by 1N3 @CrowdShield

This commit is contained in:
root
2016-06-06 08:29:15 -07:00
parent aff863e6c0
commit 1ac7954e1f
2 changed files with 1102 additions and 2 deletions

4
sniper
View File

@@ -326,9 +326,9 @@ if [ "$MODE" = "airstrike" ]; then
sslyze --resum --certinfo=basic --compression --reneg --sslv2 --sslv3 --hide_rejected_ciphers $a
echo -e "$OKGREEN + -- ----------------------------=[Saving Web Screenshots]=------------------ -- +$RESET"
cutycapt --url=http://$a --out=loot/$a-port80.jpg
echo -e "$OKRED[+]$RESET Screenshot saved to $PWD/loot/$TARGET-port80.jpg"
echo -e "$OKRED[+]$RESET Screenshot saved to $PWD/loot/$a-port80.jpg"
cutycapt --url=https://$a --out=loot/$a-port443.jpg
echo -e "$OKRED[+]$RESET Screenshot saved to $PWD/loot/$TARGET-port443.jpg"
echo -e "$OKRED[+]$RESET Screenshot saved to $PWD/loot/$a-port443.jpg"
echo -e "$OKGREEN + -- ----------------------------=[Done!]=----------------------------------- -- +$RESET"
echo -e ""
echo -e ""

1100
sniper~ Normal file

File diff suppressed because it is too large Load Diff