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

Fix including raw response in csv output #1618

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Mar 6, 2024

✗ echo "yahoo.com" | go run . -title -status-code -tech-detect -follow-redirects -asn -ip -cdn -server -ss -csv -o out.csv -esb -ehb

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.5.0 (latest)
timestamp,asn,csp,tls,hash,extract_regex,cdn_name,sni,port,url,input,location,title,scheme,error,webserver,body,body_preview,content_type,method,host,path,favicon,favicon_path,final_url,header,raw_header,request,time,jarm,chain_status_codes,a,cname,tech,extracts,chain,words,lines,status_code,content_length,failed,vhost,websocket,cdn,http2,pipeline,headless_body,screenshot_bytes,stored_response_path,screenshot_path,screenshot_path_rel,knowledgebase
2024-03-06 23:38:44.606822 +0530 IST m=+15.465663209,"AS36647, yahoo-gq1, US",&{[https://*.huffingtonpost.com https://*.oath.com https://csp.yahoo.com/beacon/csp?src=ats&site=frontpage&region=US&lang=en-US&device=desktop&yrid=3fm8dq1iuhc91&partner= https://*.techcrunch.com https://*.engadget.com https://*.yahoo.com https://*.search.yahoo.com https://*.pnr.ouryahoo.com https://*.search.aol.com https://*.builtbygirls.com https://*.autoblog.com https://*.aol.com https://pnr.ouryahoo.com https://*.onesearch.com https://*.publishing.oath.com https://*.rivals.com https://*.search.huffpost.com https://*.verizonmedia.com https://*.intheknow.com]},<nil>,map[],[],,,443,https://yahoo.com,yahoo.com,,"Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports & Videos",https,,ATS,,,text/html,GET,98.137.11.164,/,,,https://www.yahoo.com/,map[],,,3.300430625s,,[301 200],[98.137.11.164 74.6.143.25 98.137.11.163 74.6.231.20 74.6.143.26 74.6.231.21 2001:4998:124:1507::f000 2001:4998:44:3507::8001 2001:4998:124:1507::f001 2001:4998:44:3507::8000 2001:4998:24:120d::1:0 2001:4998:24:120d::1:1],[],[Apache Traffic Server Envoy HSTS],map[],[],56414,568,200,1397131,false,false,false,false,false,false,,[],/Users/ramana/projectdiscovery-workspace/httpx/cmd/httpx/output/response/yahoo.com/f033d7596ed95d02e75ffc55ebcc2b2003d47f98.txt,/Users/ramana/projectdiscovery-workspace/httpx/cmd/httpx/output/screenshot/yahoo.com/f033d7596ed95d02e75ffc55ebcc2b2003d47f98.png,yahoo.com/f033d7596ed95d02e75ffc55ebcc2b2003d47f98.png,map[PageType:other pHash:9732904127706094282]

@RamanaReddy0M RamanaReddy0M linked an issue Mar 6, 2024 that may be closed by this pull request
@ehsandeep ehsandeep merged commit d19d12b into dev Mar 6, 2024
11 checks passed
@ehsandeep ehsandeep deleted the issue-1593-fix-csv-output branch March 6, 2024 19:04
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

Successfully merging this pull request may close these issues.

CSV output ignores command line options for what to extract
2 participants