diff --git a/README.md b/README.md index 369b384..d3e1f80 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,9 @@ optional arguments: -h, --help show this help message and exit --nosslcheck, -n Do not verify ssl certificates ``` +## For Bulk IPs/Domains + +Use the one liner as follows: +```bash +cat hosts.txt | while read line; do python3 ./CVE-2021-41773.py http://$line; done +```