sefe
Jun 24 2005, 10:25 PM
I know 2 ways : torifiy from iamaphex
or
Ees Gateway
Is there a way to have thing like Ees Gateway on linux server?
cheers!
UmInAsHoE
Jun 24 2005, 10:47 PM
hijack a access point down the road then you got total anonymouty (spoof your mac address with macspoof aswell

)
morning_wood
Jun 24 2005, 11:39 PM
use your neighbors wireless ap
AgentOrange
Jun 25 2005, 02:25 AM
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
Jun 25 2005, 05:16 AM
How do you torify a reverse RAT ?
sefe
Jun 25 2005, 09:36 AM
hxxp://iamaphex.com/downloads/torify.zip
tx for info, will try that linux proggy.
setthesun
Jun 25 2005, 06:06 PM
Ok now I got the it, all about TOR hidden URLs.
Really good idea.
sefe
Jun 26 2005, 08:13 PM
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
Jun 27 2005, 10:34 PM
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
Skulker
Jun 28 2005, 05:08 AM
I've been disciplined in the ways of the 'chameleon' ... can you dig it?
sefe
Jun 28 2005, 12:27 PM
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.