Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey
I have xRay + latest BurpSuite Pro v2023.10.3.6
I want to use BurpSuite crawler on xray, the guide on "https://docs.xray.cool" is for older versions of burpsuite
in the new version I found "Upstream proxy servers" on "Settings > Connections" and added a value like this:
• Destination host: *
• Proxy host: 127.0.0.1
• Proxy port: 1119 (something random and open)
now on xray I give this command:
• ./xray_windows_amd64.exe webscan --listen 127.0.0.1:1119 --html-output "Sample_output.html" --plugins sqldet,cmd-injection,upload
now that xray is in listening mode I go to BurpSuite > New scan > Crawl (only) > set my url in "URLs to scan" > OK
There are two senarios, 1 It start crawling and adds only the base url on xray, two it gives an error on burp side by a pause indicating it can't crawl the target url (target url is UP and running well)
What am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions