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

Include all data in JSON and CSV output #57

Open
StasyaPion opened this issue Sep 20, 2023 · 0 comments
Open

Include all data in JSON and CSV output #57

StasyaPion opened this issue Sep 20, 2023 · 0 comments

Comments

@StasyaPion
Copy link

StasyaPion commented Sep 20, 2023

In default output I have additional IP, GEO etc for target.
In JSON output with the same target I have only technique and domain, sometimes whoiscreation and whoismodification.
However, fields a_record and geolocation present in output dictionaries, but they are empty.

Target: testphp.vulnweb.com
App version: 1.2.8

Command fot default output: -d testphp.vulnweb.com -i -r -g -w -v
Part of Output:

vowel swap tastphp.vulnweb.com 44.228.249.3 US
vowel swap tistphp.vulnweb.com 44.228.249.3 US
vowel swap tystphp.vulnweb.com 44.228.249.3 US
vowel swap tustphp.vulnweb.com 44.228.249.3 US
vowel swap testphp.vilnweb.com 185.53.179.170 DE
vowel swap tostphp.vulnweb.com 44.228.249.3 US
repetition testphp.vulnwweb.com
repetition testphp.vvulnweb.com
repetition testphp.vulnnweb.com
repetition testphp.vulnwebb.com
repetition testphp.vuulnweb.com
repetition testphp.vulnweeb.com
repetition testphp.vullnweb.com
repetition testphhp.vulnweb.com 44.228.249.3 US
repetition testtphp.vulnweb.com 44.228.249.3 US
repetition teestphp.vulnweb.com 44.228.249.3 US
repetition tesstphp.vulnweb.com 44.228.249.3 US
repetition ttestphp.vulnweb.com 44.228.249.3 US
repetition testpphp.vulnweb.com 44.228.249.3 US
repetition testphpp.vulnweb.com 44.228.249.3 US

Command for json: -d testphp.vulnweb.com -i -r -g -w -json -v

{
"technique": "vowelswap",
"domain": "tostphp.vulnweb",
"a_record": "",
"geolocation": "",
"whoiscreation": "",
"whoismodification": ""
},{
"technique": "vowelswap",
"domain": "tystphp.vulnweb",
"a_record": "",
"geolocation": "",
"whoiscreation": "",
"whoismodification": ""
}, etc.

Have same issue with -csv. in result.csv file there's no IP and GEO info

@StasyaPion StasyaPion changed the title Include all data in JSON output Include all data in JSON and CSV output Sep 20, 2023
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

1 participant