Skip to content

Commit 48b6111

Browse files
committed
Added link to Scapy. which @jullrich informed me is not to be confused with Scrapy - talking about learning from your mistakes
1 parent 9772804 commit 48b6111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This is a simple (too simple?) Python script that will read a pcap, find HTTP re
77

88
Little effort is made to verify that the requests are valid. This is intended to extract well formed requests that were created by your browser. Not necessarily intended for malicious requests. It also does not reassemble TCP streams (yet). Browsers typically send requests as one packet, but large requests will fail.
99

10-
DISCLAIMER: I am not a Python coder. I do not like Python. I have to use it once in a while because I love Scapy.
10+
DISCLAIMER: I am not a Python coder. I do not like Python. I have to use it once in a while because I love [Scapy](http://www.secdev.org/projects/scapy/).
1111

1212
CREDIT: Stackoverflow

0 commit comments

Comments
 (0)