hahwul / dalfox

🌙🦊 Dalfox is a powerful open-source XSS scanner and utility focused on automation.
https://dalfox.hahwul.com
MIT License
3.59k stars 402 forks source link

What resource do the workers use? #374

Closed LucasCortooms closed 2 years ago

LucasCortooms commented 2 years ago

Question

I can define how many workers I want to use before conducting a scan. Are these workers locally hosted or are they called from a different source?

Environment

hahwul commented 2 years ago

Hi @LucasCortooms Local. When scanning, goroutine(high-lightweight threads in golang) interact with each other with multiple task lists, which means the total number of goroutines. So worker is maximum concurrency.

LucasCortooms commented 2 years ago

Hi @hahwul Thank you for the quick response and clear explanation! I understand now have a good day :).

hahwul commented 2 years ago

@LucasCortooms Enjoy your rest day :D