Skip to content

Commit

Permalink
Merge pull request #4 from OWASP/refatoring
Browse files Browse the repository at this point in the history
Fix bugs
  • Loading branch information
Julio Lira authored Aug 2, 2019
2 parents 23e8e7c + 09fb668 commit 7af7a9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,8 @@ __fwordlist (){
echo -e "$green Wordlist has been saved in\n$orange./reports/wordlist/wordlist.txt$end"
# clear trash files
# Report in pdf
# pagodo, default of script
cd pagodo/
. ../modules/report/main.sh "../$1" "../reports/db/wordlist.blob.txt" \
"../reports/wordlist/wordlist.txt" "custom"
cd ..
. ./modules/report/main.sh "$1" "reports/db/wordlist.blob.txt" \
"reports/wordlist/wordlist.txt" "custom"
rm -rf reports/db/wordlist.blob.txt
exit 0
else
Expand Down

0 comments on commit 7af7a9f

Please sign in to comment.