Multiple Scan(parallel) Suggestion
cihanmehmet opened this issue ยท 7 comments
You really set this tool up. Nice script. Have you ever come across the project underneath? It scans really fast(Except resolve field ๐).
https://github.com/cihanmehmet/sub.sh
It would be nice if it was added to your subenum.
sample use.
### call function
export -f wayback && export -f crt && export -f bufferover && export -f Findomain && export -f Subfinder && export -f Amass && export -f Assetfinder
### function execution
parallel ::: wayback crt bufferover Findomain Subfinder Amass Assetfinder ::: $domain
If you use it in parallel, you should use it as follows as it will delete at the same time.
Save Subdomain List
-tmp-wayback-$domain
+tmp-$domain-wayback
Out function
-tmp-*
+tmp-$domain*
It can be run in parallel with the current tool as follows. wc -l subdomainlist.txt => 10
parallel -a subdomainlist.txt -j10 'subenum -d {1}'
thank you for kind words :)
i took a look at your script sub.sh, and Parallel made it fast and I was thinking about making subenum.sh faster, your idea is really good , I will do some tests soon, and get back to you.
Hello @cihanmehmet, sorry for keeping the issue opened for that long time
when I first tried to make the program works with parallel, I had some issues, but I will look into it as soon as possible
Thanks.
@cihanmehmet it took a long time, but I finally did it ๐,
if there are any issues, please let me know,
thanks.
In this way, the tool turned out to be really beautiful and useful. With the addition of the parallel command the output really comes faster.
Yes it's really better and faster now, thanks to you, if you have any more ideas just let me know.
@all-contributors please add @cihanmehmet for code
I've put up a pull request to add @cihanmehmet! ๐