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

Feature Request: Configuration file && Network Options #43

Closed anoduck closed 4 months ago

anoduck commented 4 months ago

As a matter of convenience and to provide a way for Rogue to run as a system service, Rogue needs the ability to be configured with a configuration file. Also, Rogue needs the ability to allow users to manage some of the network configuration parameters in order to prevent remote users from being booted off during startup.

I can implement configobj to manage the configuration of Rogue, it would be tedious but very doable. Implementing some network configuration parameters would be slightly more difficult, but still no biggie. I am more than likely going to have to make these modifications. I don't know how involved you are in the upkeep of this project, and wanted to see if you would like for me to submit a pull request once those changes are made?

anoduck commented 4 months ago

Every time, I have opened an issue in this repo, within thirty minutes I have found a resolution to it. Sorry about this.