Sinisterly
Become Completely Untraceable Over The Internet - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: Become Completely Untraceable Over The Internet (/Thread-Become-Completely-Untraceable-Over-The-Internet)

Pages: 1 2 3


Become Completely Untraceable Over The Internet - soldi3r - 10-23-2012

Online Anonymity

The act of keeping your identity hidden online by using connection methods and encryption methods, to make yourself untraceable to a person, website, company, school or whatever else you are doing/connecting to.

Uses of Anonymity:
1.Stay hidden when attacking a website or scanning it for vulnerabilities.
2.Keep your browsing history/activity hidden when at work, school, library or even your family computer.
3.Keep your IP ( Internet Protocol Address ) hidden from victims of a RAT (Remote Administration Tool) or a botnet.
4.Bypassing ISPs service usage limits.

There are few methods to become anonymous over the internet.

Method 1:
VPN-Virtual Private Network

What is a VPN ?
A VPN is an acronym for Virtual Private Network, it is a server that is used to connect to a LAN ( Local Area Network ) securely. VPNs will encrypt your connection information and hide your real IP from websites, people and it will keep your connection encrypted so you won't be able to get traced.

List of good Free VPNs:
1.Cyberghost VPN, You must create an account.
Download
Code:
http://cyberghostvpn.com/en/surf-anonym.html
2.Pro XPN
Create an account.
Download
Code:
https://www.proxpn.com/
3.Open VPN. Open VPN requires configuration files. You add them to C:\Program Files\OpenVPN\config
Downloads
Code:
http://openvpn.net/index.php/open-source/downloads.html
4.Hot Spot Shield
HSS is OpenVPN based, you download the client and it will hide your IP.
Code:
http://hotspotshield.com/

There are few paid VPNs also available in the market which make you more secure by auto deleting your every log.
Some paid services are here.
1.BlackShades VPN
Pretty much the best product line on HackForums, you can never go wrong with a BlackShades product.
2.nVPN ( OpenVPN based )
Amazing speeds and panel controls and really simple set up.
3.iPredator
Not known around HF as much, but it's good.
Code:
https://www.ipredator.se/?lang=en

Method 2:
Socks And HTTP Proxies


What is SOCKS 4/5 ?
SOCKS is the internet protocol that makes it easier for packets to be routed between the client/server via a proxy server. The SOCKS protocol has a designated port, but is not limited to that port. This port number is 1080.

Socks will let you get by the network firewall, usually with schools or workplaces, they will have a block on the browsing you are allowed to do.

What is HTTP Proxy ?
A HTTP ( Hypertext Transfer Protocol ) proxy is kind of the same thing as a SOCKS 5, except the fact it using the HTTP protocol instead of the SOCKS protocol. When a browser is configured with a HTTP proxy, it just hooks through the proxy server and bypasses any firewall put in place on the LAN ( Local Area Network )

Some web proxies and Proxy client/managerseb Proxies
1.Proxy Filter
2.Hide my ass
3.Proxify
4.FoxyProxy
You can google all these.
Proxy Manager
1.Tor
Tor isn't as safe as people think it is.
Tor:
Code:
https://www.torproject.org/
Download the client.
Code:
https://www.torproject.org/dist/torbrowser/tor-browser-1.3.24_en-US.exe

Method 3:
SSH Tunneling


What is SSH and SSH Tunneling ?
SSH is the acronym for Secure Shell, it is an network protocol used to connect to Linux&Unix based machines. This will let you access the shell (Terminal) via a remote connection to the machine/server. The default port for SSH connection is 22.

SSH tunneling is using the SSH protocol to hook through the machine/server as you send a command through your internet, say loading Google, your machine will send the data through the "SSH Tunnel" and your IP will be hidden from the website. As your data is going through the "tunnel" it is encrypted using a Public-Key encryption.

Method 4:
MAC Address


What is MAC Address and MAC Address Spoofing ?

MAC address is the acronym for Media Access Control address it's the unique identifier for a network interface. I like to think of it as the fingerprint of your connection.

MAC address spoofing is using a program (You can do it manually but program is much easier.) to change your MAC address so it doesn't leave behind your networks "fingerprint." Without doing this, you will never be FULLY anonymous.

MAC Address Spoofers.
1.SMAC
Download link.
Code:
http://download.cnet.com/SMAC-MAC-Address-Changer/3000-2085_4-10536535.html
2.NMAP
–spoof-mac is the command you use to spoof your MAC with NMAP
Download page.
Code:
http://nmap.org/download.html

That's all...
This tutorial is just for educational purposes only.


RE: Become Completely Untraceable Over The Internet - chmod - 10-23-2012

Good share but you will never be completely untraceable all you can do is make it as hard as possible to find you


RE: Become Completely Untraceable Over The Internet - soldi3r - 10-23-2012

(10-23-2012, 11:18 AM)chmod Wrote: Good share but you will never be completely untraceable all you can do is make it as hard as possible to find you

yeah.. i agree but it makes so coplex to be tracked. In my words very tough job.


RE: Become Completely Untraceable Over The Internet - LightX - 11-06-2012

I like this tut..but I have a way of being very secure, although, like said above, is impossible to be untraceable. You can connect to a VPN, Then connect to a ratted victim, then connect to a VPN on their computer, then go through a Proxy. This would look like this
Code:
VPN>RAT Slave>Slave's VPN>Proxy
I might be wrong with this, but this seems like it would be the most secure you could get. Smile


RE: Become Completely Untraceable Over The Internet - kabalevsky - 11-07-2012

(10-23-2012, 10:34 AM)soldi3r Wrote: Tor isn't as safe as people think it is.
why do you say that? what about tor is insecure? (just out of curiosity)


RE: Become Completely Untraceable Over The Internet - soldi3r - 11-07-2012

(11-07-2012, 02:41 AM)kabalevsky Wrote:
(10-23-2012, 10:34 AM)soldi3r Wrote: Tor isn't as safe as people think it is.
why do you say that? what about tor is insecure? (just out of curiosity)

hey, just see this article.
Code:
http://forums.hak5.org/index.php?/topic/22528-tor-network-how-insecure-is-it-really/



RE: Become Completely Untraceable Over The Internet - Guxi - 11-07-2012

They released a patch for that.
https://blog.torproject.org/blog/tor-02234-released-security-patches


RE: Become Completely Untraceable Over The Internet - zer0_mybb_import9601 - 11-07-2012

I used proxpn for a while and it was good.


RE: Become Completely Untraceable Over The Internet - soldi3r - 11-07-2012

(11-07-2012, 07:32 AM)Guxi Wrote: They released a patch for that.
https://blog.torproject.org/blog/tor-02234-released-security-patches

Thanks..Smile


RE: Become Completely Untraceable Over The Internet - anoldtroll - 01-04-2013

a must read it seams like.. had a one or two in there at least Smile