Michael Smith
Michael Smith
As you mentioned in #13 you'll be re-writing the code to support showing the URL's that secrets are found from. Is it possible to also increase the parallelism of this...
https://github.com/nahamsec/bbht/blob/40d72537fdf444c99c1d6ba74c19b7944afcffde/install.sh#L22-L24 In the repo https://github.com/nahamsec/recon_profile there is no file called bash_profile. The file is named `.bash_profile.` Fix: change `cat bash_profile >> ~/.bash_profile` to `cat .bash_profile >> ~/.bash_profile`
Hello, Over the past few months I've been working on an improved version of the [reconness-universal-wrapper](https://github.com/hiddengearz/reconness-universal-wrapper) I made a few months ago and I believe it would help with speeding...
**Is your feature request related to a problem? Please describe.** I'd like a field to be added to subdomains/directories where vulnerability details can be stored for them from scanners such...
Now that fastHTTP has been removed, you should be able to follow redirects and thus get rid of the TLD library and the need for rootdomains in the urlAddr struct
In both proxy and search mode create a list of visited URL's, before processing new JS check if the page has been processed before. Pro's: - Might save a ton...
Allow multiple upstream proxies? Might be useful in search mode to avoid IP blaclists.
Add a flag to limit the scope of domains to process. Maybe allow regex?
Max GoRoutines needs to be fixed, in it's current implementation it can be max * max. Lets use 10 goroutines for example. Ccore.go/ExecSearch can use 10 go routines, ExecSearch can...
With the release of [Proxify](https://github.com/projectdiscovery/proxify) it can save HTTP requests/responses and replay them. These can be replayed to Jsubfinder allowing it to not have to connect to the internet. Requirements:...