projectdiscovery / uncover

Quickly discover exposed hosts on the internet using multiple search engines.
MIT License
2.39k stars 197 forks source link

-raw not work #505

Open M09Ic opened 3 months ago

M09Ic commented 3 months ago

Current Behavior:

echo 'domain="google.com"' | uncover -e fofa -r

image

echo 'domain="google.com"' | uncover -e fofa -j

image

Expected Behavior:

return raw json from fofa. like

{'error': False, 'consumed_fpoint': 0, 'required_fpoints': 0, 'size': 2947, 'page': 1, 'mode': 'extended', 'query': '(host="www.google.com")', 'results': [['www.google.com.gr', '142.251.220.67', '80', 'google.com.gr', '302 Moved', ''], ['https://www.google.com.gr', '142.250.207.67', '443', 'google.com.gr', '302 Moved', ''], ['www.google.com.kw', '172.217.27.3', '80', 'google.com.kw', 'Google', ''], ['www.google.com.et', '216.58.203.67', '80', 'google.com.et', 'Google', ''], ['www.google.com.fj', '216.58.203.67', '80', 'google.com.fj', 'Google', ''], ['https://www.google.com.com', '52.88.78.121', '443', 'com.com', '', ''], ['www.google.com.gh', '142.250.71.163', '80', 'google.com.gh', 'Google', ''], ['https://www.google.com.np', '142.250.204.131', '443', 'google.com.np', 'Google', ''], ['https://www.google.com.fj', '216.58.203.67', '443', 'google.com.fj', ' Google 地图 ', ''], ['https://www.google.com.miniorange.net', '52.66.204.60', '443', 'miniorange.net', '\n        403 - Forbidden\n    ', ''], ['www.google.com.miniorange.net', '52.66.204.60', '80', 'miniorange.net', 'Google', ''], ['www.google.com.ph', '142.250.71.163', '80', 'google.com.ph', 'Google', ''], ['www.google.com.jm', '142.250.204.131', '80', 'google.com.jm', 'Google', ''], ['https://www.google.com.ec', '172.217.24.99', '443', 'google.com.ec', 'Google', ''], ['www.google.com.sinpolo.com', '120.26.127.77', '80', 'sinpolo.com', 'Not Found', ''], ['https://www.google.com.sinpolo.com', '120.26.127.77', '443', 'sinpolo.com', 'IIS 7.5 详细错误 - 403.14 - Forbidden', '']
...
...