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

enable tech detection for json output by default #1732

Merged
merged 2 commits into from
May 29, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #1730

$ go run . -u projectdiscovery.io -silent
https://projectdiscovery.io
$ go run . -u projectdiscovery.io -silent -td
https://projectdiscovery.io [Cloudflare,HSTS]
$ go run . -u projectdiscovery.io -j -silent| jq .tech
[
  "Cloudflare",
  "HSTS"
]

@dogancanbakir dogancanbakir self-assigned this May 29, 2024
@dogancanbakir dogancanbakir changed the base branch from main to dev May 29, 2024 06:49
@RamanaReddy0M
Copy link
Contributor

 ✗ echo example.com  | go run . -csv -o out.csv    

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

                projectdiscovery.io

[INF] Current httpx version v1.6.2 (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,aaaa,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,resolvers
2024-05-29 12:47:22.412029 +0530 IST m=+4.294759751,<nil>,<nil>,<nil>,map[],[],,,443,https://example.com,example.com,,Example Domain,https,,ECAcc (dcd/7D14),,,text/html,GET,93.184.215.14,/,,,,map[],,,2.234646209s,,[],[93.184.215.14],[2606:2800:21f:cb07:6820:80da:af6b:8b2c],[],[],map[],[],298,46,200,1256,false,false,false,false,false,false,,[],,,,map[PageType:nonerror pHash:0],[192.168.5.123:53 1.1.1.1:53]

Tech info missed for csv output.

@RamanaReddy0M RamanaReddy0M self-requested a review May 29, 2024 07:37
@ehsandeep ehsandeep merged commit 23ff173 into dev May 29, 2024
11 checks passed
@ehsandeep ehsandeep deleted the enable_td_for_json_output branch May 29, 2024 12:59
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.

Remove tech-detect info from default output to stdout
3 participants