Articles

Metasploit Framework Windows Tutorial
Remote Desktop Connection
Windows Processes That May Be Dangerous
How-To use NetCat a Tutorial
Common Linux Commands
Common Ports
Netcat Commands
HTTP Response Codes
War-Google Hack Terms
Wardriving
Avoiding Social Engineering and Phishing Attacks
Intrusion Detection on Linux
Linux Intrusion Detection
Penetration Testing Guide
Penetration Testing Tools
Social Engineering Fundamentals, Part I: Hacker Tactics
Social engineering (computer security)
The Psychology of Social Engineering

The Archives

General GSO
GovernmentSecurity.org News & Suggestions
In The News
Open Topic
General Security Information
Trash Can
Exploit & Vulnerability Mailing List Archives
Trial Member Forum
Product and Program Reviews GSO Tutorials
System Security
Windows Systems
Beginners Section
Linux & Unix Systems
File Downloads
Exploit Research & Discussion Trojan & Virus Errata
Networking Security / Firewall / IDS / VPN / Routers
System Hardening
E-Mail Security
Wifi Security
Trial Member Uploads
Upload discovered Trojans & Mal ware
GSO Programming Section
C , C++ , VC++
Visual Basic.NET
Perl /CGI
Java/Javascript
PHP/XML/ASP/HTML
Assembly + Other
The Cork Board
Network Security Consultant Directory
Network Security Jobs
The Archives
Encryption Information
General Network Security
Internet Anonymity
HTTP Protocol Security
Linux Security
MS IIS Information
Exploit Articles
Programming / Tool Design
GSO Software Projects
Public Downloads
Microsoft Security Questions and Papers

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.