DNX
DNX
I'm wondering if soemthing like a 'scope' db could be introduced, which could set scoping bounds on the recon tasks. Something like the following |value|db|type| |---|---|---| |%gmail.com|contacts|blacklist| |example.com|domains|whitelist| but then...
I've made a first attempt on a branch here: https://github.com/0x646e78/recon-ng/tree/scoping_table So far matching regex, looking something like this: ``` [recon-ng][sc][certificate_transparency] > show scope +-----------------------------------------------------------------------+ | rowid | value | column...
@kpcyrd that's a pretty nice approach, will certainly take inpspiration from it. sn0int looks good too, rust based is cool, will take it for a spin. I realised last night...
Ahhh cool. I was thinking of that sort of thing too. Good to know. I've progressed down the regex path for domains, I appreciate the sn0int approach but I also...
Well the last few months have been tumultuous for me, but have a bit of breathing space to look at this again now. I've been running using scoping functionality I...
@AnonPK3 I believe that will be due to missing libraries on your system: `sudo apt-get install -y i libxml2-dev libxslt1-dev` libxml install page: https://lxml.de/installation.html#installation Having said this I'd suggest also...
@AnonPK3 have you edited the file `recon/core/base.py` ? The error reports `yam1` but the module is `yaml` - note the 1 and l. In your original issue report this was...
I've added a suggestion to the framework repo here https://github.com/lanmaster53/recon-ng/issues/92#issuecomment-629736574 on an alternative approach to this.
Similar to this request, it would be ideal if choosing 'Perform individual Checks' to then be returned to this prompt, perhaps with an Exit option. Currently if I perform an...
Just posted in Slack, but also interested. Been reading through the content as it currently is.