1
Zaurus - pdaXrom / Can Someone Compile Tor?
« on: October 18, 2005, 07:50:46 am »
# proxychains
Proxy Chains ver 1.8
Usage: proxychains program_name [arguments]
for example : proxychains telnet somehost.com
# nmap -v
Starting nmap 3.80 ( http://www.insecure.org/nmap/ ) at 2005-10-18 11:45 UTC
No target machines/networks specified!
QUITTING!
# ldd ./yaph
libpthread.so.0 => /lib/libpthread.so.0 (0x4001e000)
libc.so.6 => /lib/libc.so.6 (0x4003c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
# yaph
... skip ...
Dependencies:
nmap ver 3 and above, proxychains ver 1.8 and above.
Read more help in README file
trial:
echo "63.218.103.54:3128@ANY" | ./yaph --use_hunter_stdin
will give help screen
same if do with other options.
63.. is proxy (retreived from online proxy list and needed to check)
Proxy Chains ver 1.8
Usage: proxychains program_name [arguments]
for example : proxychains telnet somehost.com
# nmap -v
Starting nmap 3.80 ( http://www.insecure.org/nmap/ ) at 2005-10-18 11:45 UTC
No target machines/networks specified!
QUITTING!
# ldd ./yaph
libpthread.so.0 => /lib/libpthread.so.0 (0x4001e000)
libc.so.6 => /lib/libc.so.6 (0x4003c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
# yaph
... skip ...
Dependencies:
nmap ver 3 and above, proxychains ver 1.8 and above.
Read more help in README file
trial:
echo "63.218.103.54:3128@ANY" | ./yaph --use_hunter_stdin
will give help screen
same if do with other options.
63.. is proxy (retreived from online proxy list and needed to check)