Skip to content

Commit

Permalink
Update eyewitness.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maldevel authored Mar 23, 2023
1 parent 6b872c5 commit 4308ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/eyewitness.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This file is part of PenTestKit
# Copyright (C) 2017-2019 @maldevel
# Copyright (C) 2017-2023 @maldevel
# https://github.com/maldevel/PenTestKit
#
# PenTestKit - Useful tools for Penetration Testing.
Expand All @@ -24,7 +24,7 @@


if [ $# -eq 3 ]; then
python3 /opt/EyeWitness/Python/EyeWitness.py --web -f "$1" -d "$2" --user-agent "$3" --prepend-https --no-prompt
eyewitness --web -f "$1" --threads 10 --max-retries 2 -d "$2" --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.44" --no-prompt
else
echo "Please provide a Line seperated file containing URLs to capture, a Directory name for report output and a User-Agent string."
fi

0 comments on commit 4308ae0

Please sign in to comment.