From ddef329df163c4013c6656624fe42244ea31bf3c Mon Sep 17 00:00:00 2001 From: filinpavel Date: Wed, 1 Oct 2014 06:42:51 +0700 Subject: [PATCH] Update 0trace.md added Notes and Links --- tools/0trace.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/0trace.md b/tools/0trace.md index af57ff3..cd6e130 100644 --- a/tools/0trace.md +++ b/tools/0trace.md @@ -2,15 +2,18 @@ Notes ------- +0trace.sh is a shell script for reconnaissance / firewall bypassing tool that enables hop enumeration ("traceroute") within an established TCP connection, such as a HTTP or SMTP session. Help Text ------- -``` -Usage: /usr/bin/0trace.sh iface target_ip [ target_port ] -``` + Example Usage ------- +``` +Usage: /usr/bin/0trace.sh iface target_ip [ target_port ] +``` Links ------- +[Link](http://www.aldeid.com/wiki/0trace)