
I went to school with someone who didnt like deadlines, so she would do the following:
- fill a word document with nonsense
- open word document in hex editor
- corrupt file through some means she googled
- submit the file to our submission system
- wait for teacher to open the file, get ‘corrupted’ message
She’d do the work at her own pace in the mean time, and when she got asked for another copy because it was corrupted, shed hand it up. She graduated with me, and I dont know what she does now but I hope she’s in infosec.









OpenVAS is a vulnerability scanner. Metasploit is a penetration testing framework.
First one does what OP wants. Second one less so, and is more hands on.
See dirbuster for automated dumb searching of web directories, gives you response codes to tell you if a page is accessible to the outside world. See nuclei which I haven’t used myself but seems to get good reviews for automated vuln scanning from the command line - has nice output and seems simple to use.
They’re both easy to use and install on something like Kali Linux.