This commit is contained in:
ckingn 2023-06-15 09:34:50 -06:00 committed by GitHub
commit aaed2b831e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
if [[ "$MODE" = "web" ]]; then
echo "sniper -t $TARGET -m $MODE --noreport $args" >> $LOOT_DIR/scans/running_${TARGET}_${MODE}.txt 2> /dev/null
ls -lh $LOOT_DIR/scans/running_*.txt 2> /dev/null | wc -l 2> /dev/null > $LOOT_DIR/scans/tasks-running.txt
ls -lh traceroute to cloudflare.com (104.16.132.229), 30 hops max, 60 byte packets
1 ip-10-0-0-14.ec2.internal (10.0.0.14) 0.420 ms 0.418 ms 0.404 ms
2 216.182.226.52 (216.182.226.52) 6.359 ms 216.182.239.203 (216.182.239.203) 8.088 ms 216.182.231.42 (216.182.231.42) 16.165 ms
3 100.66.9.32 (100.66.9.32) 52.365 ms 100.66.8.58 (100.66.8.58) 22.925 ms 100.66.9.218 (100.66.9.218) 90.206 ms
4 100.66.14.174 (100.66.14.174) 20.669 ms 100.66.39.26 (100.66.39.26) 20.747 ms 100.66.11.252 (100.66.11.252) 14.566 ms
5 241.0.4.205 (241.0.4.205) 0.906 ms 241.0.4.193 (241.0.4.193) 0.885 ms 241.0.4.204 (241.0.4.204) 0.902 ms
6 240.0.40.29 (240.0.40.29) 0.952 ms 240.0.40.26 (240.0.40.26) 0.813 ms 241.0.4.207 (241.0.4.207) 0.759 ms
7 240.0.40.31 (240.0.40.31) 0.755 ms 240.0.40.28 (240.0.40.28) 0.786 ms 240.0.40.24 (240.0.40.24) 0.761 ms
8 240.0.40.16 (240.0.40.16) 0.768 ms 242.0.170.129 (242.0.170.129) 1.394 ms 242.0.171.129 (242.0.171.129) 1.073 ms
9 52.93.28.185 (52.93.28.185) 1.826 ms 242.0.170.145 (242.0.170.145) 1.059 ms 1.061 ms
10 52.93.28.183 (52.93.28.183) 2.269 ms 100.100.34.34 (100.100.34.34) 1.743 ms 100.100.28.78 (100.100.28.78) 1.364 ms
11 100.100.28.102 (100.100.28.102) 1.426 ms 100.100.28.86 (100.100.28.86) 1.515 ms 99.83.116.95 (99.83.116.95) 2.376 ms
12 100.100.34.36 (100.100.34.36) 1.389 ms 100.95.7.1 (100.95.7.1) 1.581 ms 100.100.4.84 (100.100.4.84) 1.458 ms
13 104.16.132.229 (104.16.132.229 2> /dev/null | wc -l 2> /dev/null > $LOOT_DIR/scans/tasks-running.txt
echo "[sn1persecurity.com] •?((¯°·._.• Started Sn1per HTTPS web scan: $TARGET [$MODE] (`date +"%Y-%m-%d %H:%M"`) •._.·°¯))؟•" >> $LOOT_DIR/scans/notifications_new.txt
if [[ "$SLACK_NOTIFICATIONS" == "1" ]]; then
@ -193,4 +206,4 @@ if [[ "$MODE" = "web" ]]; then
if [[ "$SLACK_NOTIFICATIONS" == "1" ]]; then
/bin/bash "$INSTALL_DIR/bin/slack.sh" "[sn1persecurity.com] •?((¯°·._.• Finished Sn1per HTTPS web scan: $TARGET [$MODE] (`date +"%Y-%m-%d %H:%M"`) •._.·°¯))؟•"
fi
fi
fi