How to take report with XML
Hi ,
I am new to arachni 1.0 and linux too, so far i have been loving
it... I would like to thanks and appreciate Zapotek for the amazing
work so far...
last few month back i was used arachni old version , that time i
got xml output for using arachni CLI command.
for example like this
--report=xml:outfile=/var/www/scan/sreejith.xml.
Now i am using using arachni 1.0.3 version , what is format for taking xml report on above path.
Thanks
Sreejith
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Tasos Laskos on 27 Dec, 2014 01:10 PM
Hello,
Arachni now has a dedicated reporter utility, you'll need to pass the generated AFR file to
arachni_reporterto create reports in XML.Cheers
Tasos Laskos closed this discussion on 27 Dec, 2014 01:10 PM.
sreejith re-opened this discussion on 27 Dec, 2014 02:22 PM
2 Posted by sreejith on 27 Dec, 2014 02:22 PM
Hi Tasos,
Thank you for the prompt response and i tried it it works pretty well too thanks a bunch.
now what i do is
arachni http://www.ABCD.com
I will keep waiting to see if there is a AFR file that gets generated
After say 30 mins to one hour, i see a AFR file, i have to use this
arachni_reporter www.ABCD.com.afr --report=xml:outfile=/report/ABCD.xml
to create an xml
My question is, is there a way to combine both of it to automatically create an XML file without running the reporter as a new command ?
also, Is there a way for me to know that the scan is completed, and instead of keep looking for the AFR file to start the step 2.
Thanks a bunch in advance u and Zapotek...
Cheers,
sreejith
3 Posted by sreejith on 27 Dec, 2014 02:24 PM
also, I was told that ,
arachni www.abcd.com | arachni_report --report=xml:outfile=/report/ABCD.xml
might work, but did not work.,, can you throw some light on the same please.
Support Staff 4 Posted by Tasos Laskos on 27 Dec, 2014 02:25 PM
You need to use
&&instead of|.Tasos Laskos closed this discussion on 13 Jan, 2015 01:49 PM.