hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

sefe
I know 2 ways : torifiy from iamaphex

or

Ees Gateway


Is there a way to have thing like Ees Gateway on linux server?

cheers!

smile.gif
UmInAsHoE
hijack a access point down the road then you got total anonymouty (spoof your mac address with macspoof aswell tongue.gif)
morning_wood
use your neighbors wireless ap
AgentOrange
rhino's charon if you are using windows or YAPH if you are on a *nix box. There are always compromised machines. Then there is also i2p(but tor is better)... There are also cgi based proxy proxies.

If you are port scanning you could do a FTP bounce or a tcp zombie scan (not not a bot net). If you are scanning on the local lan you could use ghost port scan (GPS).

peace
setthesun
How do you torify a reverse RAT ?
sefe
hxxp://iamaphex.com/downloads/torify.zip

tx for info, will try that linux proggy.
setthesun
Ok now I got the it, all about TOR hidden URLs.

Really good idea.
sefe
i found an easy way if u got *nix box. Just use iptables lol:

iptables -t nat -A PREROUTING -i eth0 -p tcp -d server --dport 83 -j DNAT --to-destination klient
iptables -t nat -A POSTROUTING -s klient/24 -o eth0 -j SNAT --to-source server
iptables -A FORWARD -p tcp -i eth0 -d klient --dport 83 -m state --state NEW -j ACCEPT
iptables -A FORWARD -t filter -o eth0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
sefe
yay rules ABOVE work only for vic in same subnet as me.. so it is NOT good.


my linux box only has 1 NIC (network card). How should i configure iptables so i could see vics without revealing identity???

Problem is that linuxbox is forwarding packets ok but i can not repostnd to them. I need rule that linux would talk to them but using his ip.

tx, i have been digigin in this topic for about 5 days now blink.gif

Skulker
I've been disciplined in the ways of the 'chameleon' ... can you dig it?
sefe
i found solution now, had to change mask from/24 to/0



$IPC -t nat -A PREROUTING -i eth0 -p tcp -d linux --dport 85 -j DNAT --to-destination klient
$IPC -t nat -A POSTROUTING -p tcp -s klient/0 -o eth0 -j SNAT --to-source linux
$IPC -A FORWARD -t filter -o eth0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.