LEVELS OF SQLMAP

**

First, the -v parameter, level of detail, observe how sqlmap is trying to judge a point and read data.
0, only show python errors and serious information.

The default level is 1.

1⃣ Display basic information and warning information at the same time. (default)

2⃣ Display debug information at the same time.

3⃣ Display the injected payload at the same time.

4⃣ Display HTTP requests at the same time.

5⃣ Display the HTTP response header at the same time.

6⃣ Display the HTTP response page at the same time.




Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...