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

Axiom-Scan Error (Solved) #415

Closed Marcio861 closed 3 years ago

Marcio861 commented 3 years ago

i have docker kali clear in WSL Linux 0b17d71b0c3a 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 GNU/Linux

I running axiom-scan targetsfile -m subfinder -o outputfile.txt

output:

usage: interlace [-h] [-t TARGET | -tL FILE] [-e EXCLUSIONS | -eL FILE] [-threads THREADS] [-timeout TIMEOUT] [-pL FILE] (-c COMMAND | -cL FILE) [-o OUTPUT] [-p PORT] [--proto PROTO] [-rp REALPORT] [-random RANDOM] [--no-cidr] [--no-color] [--no-bar] [--repeat REPEAT] [-v | --silent] interlace: error: The path input does not exist!

help me please

saajanbhujel commented 3 years ago

Yes, buddy, this error is shown in the WSL.

But, I noticed that if we create one more blank line in our target domain file, then the error will not show.

Let suppose you have created 4 fleets, and you want to perform the scan with this cmd: axiom-scan targetsfile -m subfinder -o outputfile.txt.

So, For performing the above cmd without any error, Only you have to create a text file for your target with one extra blank line. like below pic:

1
Marcio861 commented 3 years ago

not work blank line:

https://prnt.sc/1lzc657

not work with nmap too

https://prnt.sc/1lzebqu

Marcio861 commented 3 years ago

I am solved:

apt install rsync -y

0xtavian commented 3 years ago

@Marcio861 thanks, i think the -y was missing from the script preventing the instal of rsync? https://github.com/pry0cc/axiom/blob/master/interact/axiom-configure#L95

0xtavian commented 3 years ago

Yes, buddy, this error is shown in the WSL.

But, I noticed that if we create one more blank line in our target domain file, then the error will not show.

Let suppose you have created 4 fleets, and you want to perform the scan with this cmd: axiom-scan targetsfile -m subfinder -o outputfile.txt.

So, For performing the above cmd without any error, Only you have to create a text file for your target with one extra blank line. like below pic:

1

@saajanbhujel11 generally this error can be ignored. its just interlace complaining that it doesnt have a target

Marcio861 commented 3 years ago

hanks, i think the -y was missing from the script preventing the instal of rsync? https://github.com/pry0cc/axiom/blob/master/interact/axiom-configure#L95

I'm not sure -y reference to auto accept install; had to test axiom-scp separately and said there was no rsync, bingo! I installed rsync