Skip to content

Include all data in JSON and CSV output  #57

Open
@StasyaPion

Description

@StasyaPion

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions