Tom
Tom
When you pass the locals arg to exec you overwrite/shaddow the locals compiled into the code object. This results in NameErrors like: ``` Traceback (most recent call last): File "test.py",...
See https://github.com/phildini/thanks/pull/23#issuecomment-392255106
#20 moved the default display to show information about dependencies. We _SHOULD_ provide a flag to again provide detailed information about the authors of the projects.
**Describe what problem your feature request solves** I would like to deploy a local _production_ version without configuring Github OAuth. **Describe the solution you'd like** Maybe a simple flag or...
### Please describe your feature request: Currently a _passive_ scan can be performed on a response saved in a `.txt` file, or a directory of `.txt` files: ```shell nucliei -passive...