Solve PortSwigger Lab Blind SQL injection with time delays and information retrieval
Install LWP:
# apt install libwww-perl
Clone the repository:
$ git clone https://github.com/tahnous/portswigger-blind-SQL-injection-.git
Make the script executable:
$ cd portswigger-blind-SQL-injection-
$ chmod a+x blind.pl
The command:
./blind.pl --url Your-lab-url
Will return the password found for the administrator user.