leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

Remove uneeded break's #113

Closed L1ghtn1ng closed 6 years ago

L1ghtn1ng commented 6 years ago

Was getting a message about breaks needing to be in a while,for or until loop message.

This resolves that problem

L1ghtn1ng commented 6 years ago

@leebaird I am merging this in. Let me know if there are any issues with this and I can revert it. From my testing there seems to be no issues with this