Skip to content

Commit 64ba649

Browse files
authored
Merge pull request jullrich#3 from jonasbn/master
fixing typo
2 parents 5921168 + 48b6111 commit 64ba649

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 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

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
13-

0 commit comments

Comments
 (0)