Skip to content

Commit 9772804

Browse files
committed
Corrected spelling error
1 parent 5940507 commit 9772804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ See https://isc.sans.edu/diary.html?storyid=22900
55

66
This is a simple (too simple?) Python script that will read a pcap, find HTTP requests and turn them into cURL commands for replay.
77

8-
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 intedned for malicious requests. It also does not reassemble TCP streams (yet). Browsers typically send requests as one packet, but large requests will fail.
8+
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

1010
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.
1111

1212
CREDIT: Stackoverflow
13-

0 commit comments

Comments
 (0)