Landon Crabtree
Landon Crabtree
**Describe the bug** When attempting to use a script (Either through Script Manager GUI or HeadlessAnalyzer postScript), it errors with "Unable to locate script class" or "Class not found", respectively....
Hi, Trying to generate a wordlist, and the webpage being crawled has a hyperlink to `tel:`. From the error, it seems it is trying to be parsed as a URI,...
**Describe the bug** There seems to be an issue with some applications getting tiled properly. Sometimes they will tile properly, and other times they just launch like a regular application,...
**Describe the bug** Printing a packet with use_json=True fails **To Reproduce** Steps to reproduce the behavior: ```python3 pcap = pyshark.FileCapture(test.pcap, include_raw=True, use_json=True) for p in pcap: print(pcap) # or print(pcap.ip)...
Hi, I'm trying to create a quick sample project to see if this library fits my needs. The documentation is a bit, bare? And so I've been trying to go...