Skip to content

Commit

Permalink
update url usage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
omriher committed Jul 30, 2015
1 parent e3f8e0e commit 9bb8da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Usage
=======

Feeding CapTipper with a drive-by traffic capture (e.g of an exploit kit) displays the user with the requests URI's that were sent and responses meta-data.
The user can at this point browse to http://127.0.0.1/[URI] and receive the response back to the browser.
The user can at this point browse to http://127.0.0.1/<host>/[URI] and receive the response back to the browser.
In addition, an interactive shell is launched for deeper investigation using various commands such as: hosts, hexdump, info, ungzip, body, client, dump and more...

CapTipper is written in Python and requires Python 2.7 to function properly.
Expand Down

0 comments on commit 9bb8da4

Please sign in to comment.