Bp0lr

Results 14 comments of Bp0lr

hi! yes, I'm aware of that. the jobs list is 100% generated in memory, so if you are working with a big permutation list that can literally eat all your...

you can do some bash magic, and split your list.txt into multi parts. that is the best approach for now.

the problem isn't related to workers. The main permutation list generated from the domain + dictionary list is created in memory. when you have a big domain list or dictionary...

Hi!, looks a bit odd to me. can you show me a working example for a domain with one-one subdomain? I'm not against add new permutation, but we need to...

Maybe I can work on a template system and let people add their own permutations. That would be the best.

nop. gau plus was cloned because gau original author didn't want to add multithread support. now looks like he finally has added MT and a lot of other cool features....

something like `cat subdomains.txt | gauplus` ?

that depends on what you want to do. try creating a small subdomain list and play a bit with gauplus to see how's going.

Hello!, Would be great, but I don't have the time to make it happen. But you can do something like ```grep -vE "robot.txt$|robots.txt\/$|.gif|.jpg|.jpeg|.css|.tiff|.ico|.png|.svg|.ttf|.woff|.woff2|.eot|.pdf|.js" "gauplus_results.txt" > "gauplus_clean.txt"``` change it to whatever...

Hi! I find it a bit difficult to understand your point. If you are filtering HTML pages, should be normal to have fewer results.