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