Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arachni not automatically moving to json parsing #27

Open
DoomTaper opened this issue Feb 5, 2017 · 2 comments
Open

Arachni not automatically moving to json parsing #27

DoomTaper opened this issue Feb 5, 2017 · 2 comments

Comments

@DoomTaper
Copy link
Contributor

Ideally if arachni parser didn't find the xml parser in the report folder then it should automatically move to search for json file. Previously it was working as shown in below screenshot
screenshot 110

but now instead of searching for json file it justs exits with an error as shown in screenshot
screenshot 108

@DePierre
Copy link
Contributor

DePierre commented Feb 6, 2017

@DoomTaper could you provide the code of testing.py? I can't see how you try to use ptp so I don't know if what ptp is doing is wrong, or if it is right but poorly documented behavior.

@DoomTaper
Copy link
Contributor Author

from ptp import PTP
ptp = PTP('arachni')
ptp.parse('/root/Desktop/arachni')

These are my exact codes of testing.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants