By Peter on July 17th,
2007
Itrace is a program that implements traceroute(1) functionality using ICMP echo request packets. Therefore, it looks like you are just pinging your target while you traceroute there. It often helps tracing behind firewalls.
Because backtrack running under virtual machine in virtualbox, I couldn’t run this under ubuntu installation.
command: itrace -i eth1 -d yahoo.com
eth1 being your ethernet device.

That’s it.
pavs
Backtrack 2 Hacking Hacking Tools News Software Review
1 Comment » | Posted in Backtrack 2, Hacking Tools
By Peter on July 17th,
2007
It’s time to take a break from all those
Backtrack tools review. Todays I came across this very interesting and wonderfull tool called
“The Zero Install System”, It’s exactly what the name says. There is no need of installing a software in order for you to run it, even better (is it?) you don’t have to be root to install software. But first you have to install the software itself. Therein lies the irony of it.
So what is Zero install system according to their website?
“Zero Install is a way to run software without an explicit installation step. This is easier (install and run becomes just run) and safer (installation doesn’t happen as root). ”
Source (http://zero-install.sourceforge.net/faq.html#id2308662)
We can install Zero Installer from our beloved apt-get install zeroinstall-injector.

Now we will run/”install” our first zero istaller program called Zero2Desktop, which you can run on the command line shown here: http://0install.net/2007/interfaces/Zero2Desktop.xml

Next time if we want to run the program we just retype the same command, and the application window pops up, there you go you just run your first program from zero-installer:

You can find a list of application avalable for zero installer over here:
http://zero-install.sourceforge.net/injector-feeds.html

To see a list of zero installer in your system just type in 0launch -g

It’s just as simple as that.
That’s it for now.
pavs
Hacking Tools News Software Review
2 Comments » | Posted in Hacking Tools, News
By Peter on July 16th,
2007
I couldn’t find and document about intrace online. But it looks like some kind of traceroute.
You can fire it up with this command: Intrace -i eth0 -h www.linux.com -p 80
After that open a browser and browse to linux.com or whatever website you are trying to trace. After that go back to Intrace and press enter to see the trace output with information. Sometimes you have to refresh the website couple of time to recieve better packet sequence. I only did it on port 80, you can do it on other ports too, running differant services.


That’s it!!
pavs
Backtrack 2 Hacking Hacking Tools News Software Review
Leave Comment » | Posted in Backtrack 2, Hacking Tools
By Peter on July 16th,
2007
Host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. When no arguments or options are given, host prints a short summary of its command line arguments and options.
(Source:http://www.hmug.org/man/1/host.php)

That’s it!!!
pavs
Backtrack 2 Hacking Hacking Tools News Software Review
Leave Comment » | Posted in Backtrack 2, Hacking Tools