Skip to content

Commit

Permalink
* v8.7 - Updated web file bruteforce lists
Browse files Browse the repository at this point in the history
* v8.7 - Added updated Slack API integration/notifications
* v8.7 - Added Arachni, Nikto, Nessus, NMap + 20 passive sc0pe vulnerability parsers
  • Loading branch information
1N3 committed Sep 14, 2020
1 parent eaadde0 commit 8d7c2bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
4 changes: 4 additions & 0 deletions modes/sc0pe-passive-webscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
fi
rm -f /tmp/match.out 2> /dev/null
done

for file in `ls $INSTALL_DIR/templates/passive/web/recursive/*.sh 2> /dev/null`; do
source $file
done
3 changes: 0 additions & 3 deletions modes/webscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ if [[ "$MODE" = "webscan" ]]; then
PORT="443"
source $INSTALL_DIR/modes/sc0pe-passive-webscan.sh
source $INSTALL_DIR/modes/sc0pe-active-webscan.sh
for file in `ls $INSTALL_DIR/templates/passive/web/recursive/*.sh 2> /dev/null`; do
source $file
done
source $INSTALL_DIR/modes/sc0pe-network-scan.sh
fi
source $INSTALL_DIR/modes/sc0pe.sh
Expand Down
21 changes: 0 additions & 21 deletions templates/passive/recursive/Interesting_Ports_Found.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AUTHOR='@xer0dayz'
VULN_NAME='Nikto Vulnerability Scan - HTTP'
FILENAME="$LOOT_DIR/web/nikto-$TARGET-http-port443.txt"
FILENAME="$LOOT_DIR/web/nikto-$TARGET-http-port80.txt"
OUTPUT_NAME=$(echo $VULN_NAME | sed -E 's/[^[:alnum:]]+/_/g')
MATCH="\+"
GREP_OPTIONS='-ih'
Expand Down

0 comments on commit 8d7c2bd

Please sign in to comment.