Sameer Bhandarkar
Sameer Bhandarkar
> * Android version: [a13 ] Disable the radeon overlay in the hotkeys menu of the software
Hi, Saw this in GSOC and am wondering What functionalities are you looking for ? OWASP ZAP already has a way to import PCAPNG files and also has an API...
``` import org.zaproxy.clientapi.core.ClientApi; import org.zaproxy.clientapi.core.ClientApiException; public class ImportPcapngFile { public static void main(String[] args) { ClientApi clientApi = new ClientApi("localhost", 8080); // Replace localhost with your ZAP instance's address and...
Can you explain me what are you expecting ? After importing what other functions do you expect ? Such as custom filters or should ZAP try to analyze the file...
Any updates ?
> Basically we expect that the HTTP(S) requests defined in the pcap file should be imported and displayed in the Sites tree and History tab. > thats pretty much it...
I have sent a proposal for this project through the GSoC portal Hope to hear some feedback soon
Hi, Can I get some feedback on my proposal ? I am really sorry that I haven't contributed before since I had no idea this project existed before GSoC but...
My apologies ,I understand But the deadline is today ,So I was hoping to get some feedback before that if possible
Yes Sure I will add more of the working and code samples to the proposal I couldn't apply earlier or do any PRs was because I had project and assignment...