At first we have to convert PCAP file to json with filter or without by run one of these commands: tshark -2 -R "http.request.method==GET or http.request.method==POST" -r input.pcap -T json >output.json tshark -2 -R "ip.addr==X.X.X.X and http.request.method==GET" -r input.pcap -T json >output.json Sometimes you need to fix json file after running on of above commands. The process is we going to all hosts on HTTP layers and scan them with urlvoid.com for more accuracy try to use paid API from them.
Not granted 100%, This project just an idea, and all results based on urlvoid.com.
👤 Iven Leni Fernandez
Copyright © 2021 Iven Leni Fernandez.
This project is AGPL-3.0 licensed.