pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

No result for httpx scan due to 'sort: string comparison failed: Illegal byte sequence' #650

Closed Se1wan closed 1 year ago

Se1wan commented 1 year ago

Hi,

I just test axiom and had some problems with getting results from httpx module.

My command: axiom-scan subdomainFinder.output --fleet subdomains -m httpx -o httpx.output -status-code -title -td -nc

My result: ... sort: string comparison failed: Illegal byte sequence sort: Set LC_ALL='C' to work around the problem. sort: The strings compared were ‘https://******.com [301] [] [HSTS,Varnish]’ and ‘https://******.fi [200] [Uudelleenohjaus Tapiola-ryhm\344n www-sivuille] [HSTS]’.

The problem: The output file httpx.output is empty. So for me it looks like there was a problem while combining all sub-results and sorting them.

Thanks in advance for some help.

Best regards,

Se1wan

pdelteil commented 1 year ago

Hi,

What happens if you run it this way?

axiom-scan subdomainFinder.output -m httpx --fleet subdomains -o httpx.output -status-code -title -td -nc

Also, take a look at this content:

0xtavian commented 1 year ago

https://github.com/pry0cc/axiom/issues/651#issuecomment-1352222634