Closed ghost closed 1 year ago
Yea the merging code for that module doesn’t work unfortunately @Curta7n
https://github.com/pry0cc/axiom/blob/master/interact/axiom-scan#L342
okay。so sad。 I used another method to complete the merging work.
find $LOGPATH -name "*.txt" | xargs cat | sort -u > ~/out/final_naabu.txt
find $LOGPATH -name nmap.xml | awk '{printf "cp %s ~/out/%d.xml\n", $1, NR}' | sh
python3 $AXIOM_PATH/interact/merge-xml.py -d ~/out -o ~/out/final_nmap.xml`
Feel free to submit a PR :)
i use command
axiom-scan tmp -m naabu-nmap -p - -rate 10000 -c 50 -nmap-cli 'nmap -Pn -sV -oX output/nmap.xml' -o out/
The scanning process of nmap is normal, but the merged results are not as expected. final_naabu contains other unexpected content.
The contents of the final output directory are as follows.
can you help me?
This is the program's return message.
and --debug model return this