Skip to content

Commit

Permalink
added parameters to sqlmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad11Dab committed May 27, 2024
1 parent 2e2234b commit 0a016a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Content-Type: application/json
EOF

# Run sqlmap specifically targeting PostgreSQL
python sqlmap.py -r request.txt --dbms=PostgreSQL --level=5 --risk=3 --batch
python sqlmap.py -r request.txt --dbms=PostgreSQL --level=5 --risk=3 --batch --random-agent --tamper=space2comment


# Cleanup: delete the sqlmap directory
cd ..
Expand Down

0 comments on commit 0a016a3

Please sign in to comment.