Skip to content

Commit 8c63cc9

Browse files
authored
Update README.md
1 parent 00a4965 commit 8c63cc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# pcap2curl
22
Read a packet capture, extract HTTP requests and turn them into cURL commands for replay.
3+
4+
See https://isc.sans.edu/diary.html?storyid=22900
5+
6+
This is a simple (too simple?) Python script that will read a pcap, find HTTP requests and turn them into cURL commands for replay.
7+
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.
9+
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.
11+
12+
CREDIT: Stackoverflow
13+

0 commit comments

Comments
 (0)