InfamousSYN / rogue

An extensible toolkit providing penetration testers an easy-to-use platform to deploy Access Points during penetration testing and red team engagements.
https://the-rogue-toolkit.readthedocs.io/en/latest/
GNU General Public License v3.0
285 stars 52 forks source link

Certificate artifact existence exception not raised #33

Closed InfamousSYN closed 2 years ago

InfamousSYN commented 2 years ago

If a file is not located, an exception is meant to be raised to alert the user to run --cert-wizard and exit cleanly. Currently the check silently fails and continues.

https://github.com/InfamousSYN/rogue/blob/3b2bd79f2d1d06a7a5e9e75ad339212fee1d8a42/rogue.py#L120-L137