Pages

Showing posts with label Anonymous. Show all posts
Showing posts with label Anonymous. Show all posts

Anonymity of Proxy Learn It Inside-Out

Anonymity Of The Proxy
The exchange of information in Internet is made by the "client - server" model. A client sends a request (what files he needs) and a server sends a reply (required files). For close cooperation (full understanding) between a client and a server the client sends additional information about itself: a version and a name of an operating system, configuration of a browser (including its name and version) etc. This information can be necessary for the server in order to know which web-page should be given (open) to the client. There are different variants of web-pages for different configurations of browsers. However, as long as web-pages do not usually depend on browsers, it makes sense to hide this information from the web-server.
What your browser transmits to a web-server:
• A name and a version of an operating system
• A name and a version of a browser configuration of a browser (display resolution, color depth, java / javascript support, ...)
• IP-address of a client
• Other information
The most important part of such information (and absolutely needless for a web-server) is information about IP-address. Using your IP it is possible to know about you the following: a country where you are from a cityyour provider?s name and e-mail your physical address Information, transmitted by a client to a server is available (accessible) for a server as environment variables. Every information unit is a value of some variable. If any information unit is not transmitted, then corresponding variable will be empty (its value will be undetermined).
These are some environment variables:
REMOTE_ADDR ? IP address of a client
HTTP_VIA ? if it is not empty, then a proxy is used. Value is an address (or several addresses) of a proxy server, this variable is added by a proxy server itself if you use one.
HTTP_X_FORWARDED_FOR ? if it is not empty, then a proxy is used. Value is a real IP address of a client (your IP), this variable is also added by a proxy server if you use one.
HTTP_ACCEPT_LANGUAGE ? what language is used in browser (what language a page should be displayed in)
HTTP_USER_AGENT ? so called "a user?s agent". For all browsers this is Mozilla. Furthermore, browser?s name and version (e.g. MSIE 5.5) and an operating system (e.g. Windows 98) is also mentioned here.
HTTP_HOST ? is a web server?s name
This is a small part of environment variables. In fact there are much more of them
(DOCUMENT_ROOT, HTTP_ACCEPT_ENCODING, HTTP_CACHE_CONTROL, HTTP_CONNECTION, SERVER_ADDR, SERVER_SOFTWARE, SERVER_PROTOCOL, ...).
Their quantity can depend on settings of both a server and a client.
These are examples of variable values:
REMOTE_ADDR = 194.85.1.1 HTTP_ACCEPT_LANGUAGE = ru HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) HTTP_HOST = www.webserver.ru HTTP_VIA = 194.85.1.1 (Squid/2.4.STABLE7) HTTP_X_FORWARDED_FOR = 194.115.5.5
Anonymity at work in Internet is determined by what environment variables "hide" from a web- server.
If a proxy server is not used, then environment variables look in the following way:
REMOTE_ADDR = your IP HTTP_VIA = not determined HTTP_X_FORWARDED_FOR = not determined
According to how environment variables "hided" by proxy servers, there are several types of proxies:
Transparent Proxies
They do not hide information about your IP address:
REMOTE_ADDR = proxy IP HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = your IP
The function of such proxy servers is not the improvement of your anonymity in Internet. Their purpose is information cashing, organization of joint access to Internet of several computers, etc. Anonymous Proxies
All proxy servers, that hide a client?s IP address in any way are called anonymous proxies
Simple Anonymous Proxies
These proxy servers do not hide a fact that a proxy is used, however they replace your IP with its own:
REMOTE_ADDR = proxy IP
HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = proxy IP
These proxies are the most widespread among other anonymous proxy servers.
Distorting Proxies
As well as simple anonymous proxy servers these proxies do not hide the fact that a proxy server is used. However a client?s IP address (your IP address) is replaced with another (arbitrary, random) IP:
REMOTE_ADDR = proxy IP HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = random IP address
High Anonymity Proxies
These proxy servers are also called "high anonymity proxy". In contrast to other types of anonymity proxy servers they hide a fact of using a proxy:
REMOTE_ADDR = proxy IP HTTP_VIA = not determined HTTP_X_FORWARDED_FOR = not determined
That means that values of variables are the same as if proxy is not used, with the exception of one very important thing ? proxy IP is used instead of your IP address. Summary

Depending on purposes there are transparent and anonymity proxies. However, remember, using proxy servers you hide only your IP from a web-server, but other information (about browser configuration) is accessible!

Carding a RDP & VPS

~~~~~~RDP & VPS CARDING~~~~~~
Sites to card from: Site One // Site Two
1. Go to Here & generate any fake details.
2. Go to Here and get a trial online number.
3. Register on the sites above with those fake detials & the number u get from k7.net.
4. Order a windows vps(rdp) & set payment method as 2Checkout//Credit Card//2CO.
5. Now use the same states socks as that of the card you are going to use.
6. connect with the socks & login to site and go to pay.
7. Fill the credit card details on 2checkout & continue to pay.
8. After payment is completed you will get your server ready ;)
Easy Enough can be done by anyone easily. Thanks for buying
Regards,

Th3-C0DE

How To Get Free Anonymous Sim Card

How To Set up a SOCKS proxy Using Putty & SSH

How To Set up a SOCKS Proxy Using Putty & SSH
If you ever find yourself in front of a public computer connected to the Internet and are concerned about the security of the path between you and a website you wish to visit, a SOCKS proxy can come in handy.
SOCKS proxies generally allow you to “bounce“ a TCP connection off another server transparently“ basically instructing another computer to make a connection on your behalf. When used in combination with Secure Shell (SSH), it can form an encrypted tunnel that insulates you from anyone attempting to grab traffic off the wire.
The following is a simple step-by-step tutorial about how to do this.
You will need:
-Putty SSH client: http://www.putty.org -An account on an Internet-accessible server that accepts SSH connections and allows connection forwarding (enabled by default)
-A popular web browser or other software that supports SOCKS communications
Step 1:
Fire up Putty and navigate to the Session Category
Step 2:
Enter the hostname/IP address and port of the server on which you have an account.
(Note: The default SSH port is 22)
This tells Putty how to connect to the SSH server.
Step 3:
Under the SSH->Tunnels Category Enter the following: Source port: 8888 (or any port of your choosing. Just be sure to remember what it is) Destination: hostname/IP address of the server on which you have an account
Also, select the “Dynamic“ radio button.
This tells Putty that, upon a successful connection, a SOCKS tunnel should be opened from a port on the computer you are using to the SSH server.
Step 4:
Click “Add“ The forwarded port is now added to the connection settings.
Step 5:
Click “Open“ to start the connection
Putty will ask for your login credentials. In most cases, this will be a username and password. (For extra security and bonus cool points, have your SSH server only accept certificates)
At this point, your Putty-enabled SOCKS proxy should be active. But how do we test it out? Keep reading“
Step 6:
Fire up your web browser and navigate to its proxy connection properties menu.
For Firefox 3, it is in Tools->Options->Advanced->Network(tab)- >Connection, Settings
For IE6, it is Tools->Internet Options->Connections(tab)->LAN Settings(button)->Advanced(button)
Step 7:
Find the SOCKS settings text box and enter the following: Proxy Address/Host: localhost OR 127.0.0.1 Port: 8888 (or whatever port you decided to use in Step 3)
Ensure SOCKS Version 4 is selected
Note: DO NOT enter any other proxy settings for other protocols (this includes the “use proxy server for all protocols“ option. Don“t enable it. I“m serious. If you do, things might not work correctly.)
Step 8:
Click “OK“ until you“re back to your browser.
Go to http://ipchicken.com and check your IP address. It should be different from the machine you“re on. In fact, it SHOULD be the IP address of the SSH server (or whatever machine is handling its connections).
Step 9:
Pat yourself on the back. Or have your buddies do it for you“ they“ll no doubt be impressed by your newfound computer skills. Enjoy browsing the web using your own personal SSH proxy.

NOTE: Although this could be useful when using a public computer“ it won“t protect you from local machine monitoring tools (keyloggers, screen captures, etc). Always exercise due diligence when using untrusted computers.

How to Setup OpenVPN Connect on Windows

How to setup OpenVPN Connect on Windows
A. Download and Install OpenVPN GUI
1. Download the latest stable community version of OpenVPN client (Windows Installer) HERE Note: If you have a 32-bit Operating System, download the 32-bit version of the installer. You can check your System Type by going to Control Panel > System and Security > System.
2. Open the folder where installer is downloaded and double-click the 'openvpn-install- <version>.exe' file to begin installation.
3. You may encounter a Security Warning screen: "Do you want to run this software?" If you see the Security Warning screen, click Run to run the software.
4. The Setup Wizard prompt will appear. Click Next to continue.
5. The OpenVPN license agreement and terms appear. Click I Agree to continue.
6. The component selection dialog appears. Leave all components checked with their default settings and click Next.
7. Select your destination folder and click Install. Note the Destination Folder location during install (usually C:\Program Files\OpenVPN)
8. When the installation is complete, click Next.
9. The wizard will notify you of the completion of the installation and prompt you to click Finish.
B. Download and copy the .ovpn profiles to the OpenVPN config folder
1. Visit our Network page HERE
2. Select an OpenVPN server location you wish to connect to and then click Get Profile to download .ovpn profiles. Repeat step to download more profiles
3. Open the folder (usually the ‘Downloads’ folder) where you’ve downloaded the profiles and then copy them to C:\Program Files\OpenVPN\config folder Note: If you get a pop-up message that says ‘You’ll need to provide administrator permission to copy to this folder’, click ContinueHow to Connect to OpenVPN
1. To connect, find the OpenVPN GUI icon on your desktop and double-click it to launch OpenVPN.
Note: On Windows 7, Vista, 8 and 8.1, run the program as administrator to enable the program to make changes to your computer and update the network configuration. a) Right-click the OpenVPN GUI icon and select Properties. b ) Click ‘Compatibility’ tab and check ‘Run this program as administrator’ c) Click Apply. Note: If you get a pop-up window asking if you want to allow the program to make changes to your computer, click ‘YES’.
2. In the system tray, right click on the OpenVPN GUI icon.
3. Find the site to connect to from the menu, and choose Connect from the site's submenu.
4. Enter your VPN username and password when prompted and click OK.
5. The OpenVPN GUI icon in the tray will turn green once the secure connection is established.
How to Disconnect from OpenVPN 1. Click the OpenVPN icon on the system tray to open the menu.
2. Select the active connection (the one with a check mark) and then click 'Disconnect’
Automatic login without manually entering VPN username and password Are you thinking of 'automatic login' without the need to enter password every time you want to
connect to OpenVPN? If so, please read on. Currently, there is no secure way to store the user name and password in Windows using OpenVPN. For security purposes, most versions of OpenVPN do not allow a user/password to be read from a file. If you are willing to take the security risk of having your login information saved in the clear on your hard drive, you can use the OpenVPN Community client and set it up to automatically log in. Recognizing the security risks, the procedure is as follows:
1. If you do not have OpenVPN GUI installed yet, download and setup it up first.
2. Navigate to C:\Program Files\OpenVPN\config folder
3. Using a text editor like Wordpad or Notepad, create a file name ‘password.txt’
On the first line, type your VPN username (12345 in this example) On the second line, type your VPN password
Save the file. 3. Next is to open and edit your .ovpn file with Wordpad and find the line that reads 'auth-user-pass'. Change it to 'auth-user-pass password.txt' (without the quotes). Save and exit.

4. Test the connection and see if it will connect automatically.

How To Setup Proxifier Quick Start

Proxifier: Quick Start

Install and launch Proxifier. The Proxifier icon showing traffic (information flow) will appear on the system tray. On Windows 7, the icon can be hidden.



Double click the system tray icon to open the main window of the program. Alternatively, you can start Proxifier again from the start menu and the existing running instance will be detected and will activate the main Proxifier window.

By default, Proxifier is configured to bypass all network connections. You can still see connections and DNS requests if you enable verbose output

Log->Output Level->Verbose.

Proxifier can process the connection directly (without a proxy server). To enable this mode, set Profile->Advanced->Handle Direct Connections. It can be useful to troubleshoot problems and utilize some features of Proxifier like traffic dumps, bandwidth and connection monitor, etc.

To make the connections work through a proxy server or a chain of proxy servers, you must first define a proxy server in Proxifier. Click Proxy Servers...
in the Profile menu or click on the icon located on the toolbar:


WARNING!

If you were using proxies before you installed Proxifier you should disable any built-in proxy settings. Your applications should then be configured to connect “directly” to the Internet (rather than through proxies).
Fill in the form specifying the details of the proxy server (address, port, protocol, etc.) that you want to add and click OK:




Proxifier will ask you whether or not you want to use this proxy by default. Click Yes to set it as the target for the Default Proxification Rule. You can change this anytime later at Proxification Rules

Instant Messenger Setup Guide

Instant Messenger Setup Guide
This is my newbie­friendly guide to setting up instant messenger services anonymously. The ICQ/Jabber guide is for Pidgin IM client, which has been known to leak DNS under certain circumstances so I recommend your setup is VPN ­> Tor to mitigate any risk. I am assuming you already have Tor setup and running for the following configurations.
[Edit] Note: If you have the Tor Browser Bundle and haven't installed Tor separately, use port 9150 instead of 9050 for the following configurations.
Torchat
TorChat is a decentralized anonymous instant messenger that uses Tor hidden services as its underlying Network. It does not require any additional anonymizing steps after install. Download from: https://github.com/prof7bit/TorChat/downloads (Windows/Linux) http://www.sourcemac.com/?page=torchat (Mac OS X unofficial port)
Reference: https://en.wikipedia.org/wiki/TorChat
ICQ
Sign up for an account at http://www.icq.com/join/en Enter any first and lastname you like and email for confirmation (any free email works). Log into account at icq.com, and note your UIN (ICQ number). In Settings, select "only your name viewable" and "nobody can see your contact list". Save and logout.
Download Pidgin IM client: http://pidgin.im/download (Windows/Linux/Mac OS X)
In Tools ­> Preferences ­> Network, disable "Use automatically detected IP address" disable "Automatic router port forwarding"
In Tools ­> Preferences ­> Proxy, Proxy type: Socks5 Host: 127.0.0.1 Port: 9050 (Leave remote DNS for socks4 unchecked)
In Accounts ­> Manage Accounts ­> Add Protocol: ICQ Username: ICQ UIN Password: Password you entered during setup
For added security, install the OTR plugin to encrypt your messages. Download from http://www.cypherpunks.ca/otr
Jabber
Follow instructions above for setting up Pidgin IM client.
In Accounts ­> Manage Accounts ­> Add Protocol: XMPP Username: choose your username Domain: server you want to use (http://xmpp.net has a list) Password: choose a password
Check "Create this new account on the server" If you get an authorization error, you may have to sign up on the website.

For added security, install the OTR plugin to encrypt your messages. Download from http://www.cypherpunks.ca/otr

Mac Address Changer

Technitium MAC Address Changer
Version: 6.0.4 Programmer: Shreyas Zare System Requirements:Windows 2000/XP/Server 2003/Vista/Server 2008/7/Server 2008 R2/8/Server 2012
Technitium MAC Address Changer allows you to change (spoof) Media Access Control (MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It has a very simple user interface and provides ample information regarding each NIC in the machine. Every NIC has a MAC address hard coded in its circuit by the manufacturer. This hard coded MAC address is used by windows drivers to access Ethernet Network (LAN). This tool can set a new MAC address to your NIC, bypassing the original hard coded MAC address. Technitium MAC Address Changer is a must tool in every security professionals tool box.
There are some famous, commercial tools available in the market for USD 39.99 to as much as USD 2499!, but Technitium MAC Address Changer is available for FREE. We don't charge for just changing a registry value! Also knowing how this works doesn't require extensive research as some commercial tool providers claim! Read how it works (below) for more details.
Features
• Internet Protocol v6 (IPv6) support added.
• Works on Windows 7 and Windows 8 for both 32-bit and 64-bit.
• Automatic Update feature added to update software to latest available version.
• Update network card vendors list feature allows you to download latest vendor data (OUI) from IEEE.org.
• Enhanced network configuration presets with IPv6 support allow you to quickly switch between network configurations.
• Command line options with entire software functionality available. You can select a preset from specified preset file to apply directly.
• Issues in previous version ironed out.
How Does It Work ?
This software just writes a value into the windows registry. When the Network Adapter Device is enabled, windows searches for the registry value 'NetworkAddress' in the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325- 11CE-BFC1- 08002bE10318}\[ID of NIC e.g. 0001]. If a value is present, windows will use it as MAC address, if not, windows will use the hard coded manufacturer provided MAC address. Some Network Adapter drivers have this facility built-in. It can be found in the Advance settings tab in the Network Adapter's Device properties in Windows Device Manager.
How To Change MAC Address
1. Starting MAC address changer will list all available network adapters.
2. Select the adapter you want to change the MAC address. You will get the details of your selection below.
3. In the Information tab, find the Change MAC Address frame. Enter new MAC address in the field and click Change Now! button. You may even click Random MAC Address button to fill up a randomly selected MAC address from the vendor list available.
4. To restore the original MAC address of the network adapter, select the adapter, click Restore Original button in the Change MAC Address frame.
NOTE: This tool cannot change MAC address of Microsoft Network Bridge. Network Bridge will automatically use the original MAC address of the first NIC added into bridge with the first octet of MAC address set to 0x02.

Receive calls & SMS undetected. Untraceable VOIP

For questions you can contact me on ICQ 653092048 Jabber Osquare@lsd-25.ru
Receive calls & SMS undetected. Untraceable VOIP - unlimited numbers, no more burners Many people are wasting money on prepaid cell phones and SIM cards. This is a good method, but there is a more effective trick, and it allows you to receive calls 24/7 while being 100% untraceable. I do that since I started carding, in fact I never got a SIM card and I have near 100% success rate in carding.
You will be able to call and receive calls, all from home. Here's the trick.
You will need: - 1 physical VoIP phone (you can "buy" one for around $60 online, or card it at http://www.voipsupply.com/voip-phones )
- 1 RingCentral account (card it at www.ringcentral.com/ )
Step 1) Make your router connects with VPN instead of Dynamic IP
- A router that supports VPN connection (pretty much any TP-Link, Dlink, Linksys in houses support it unless you have a VERY old one) (you can card it too)
Your ISP told you to configure the WAN of your router to use Dynamic IP. It works. But you can select VPN instead. I suggest PureVPN as I've been totally successful with them. So now that your router uses VPN for the Internet connection, ALL traffic between you and the outside is encrypted. This includes laptops, computers, iphones... everything on your network. Your ISP can't snitch on you. Yep, putting the VPN setting directly in your router. If you don't know how to configure the WAN connection type of your router, Google it. Make sure your Internet works after doing that.
Step 2) Create an account on RingCentral
RC is my favorite platform for that. They are easy to card (although they sometimes ask for you to call them to set the account for the first time), and it allows you to have an unlimited number of phone numbers pointing to the same place, all with different voicemails. Useful to impersonate your cardholder. You can select the state / city and get a local number, and make them point to the same place, i.e. your VoIP phone. So create an account. Plus, they have free phone support to configure if you need help.
Step 3) Configure your VoIP phone
RingCentral will give you the parameters to put in your phone (I recommend the Aastra brand as they are good). This includes your phone number, user, password. All your burner numbers will point to the same number, so you never need to touch the configuration again. Make sure your phone is configured and works. Make a few test calls to ensure your phone is up and running. You now have a phone that works through your VPN, making it completely untraceable. You can leave it on 24/7. If the bank investigates the phone number, they will see it is with RingCentral. Who's the owner of the account? Some dude that got his card stolen. Where are the VoIP connections originating from? A VPN server... let's go eat donuts. This way, you can receive calls from the bank or the merchants without any problem and
Page 1
Receive calls & SMS undetected. Untraceable VOIP - unlimited numbers, no more burners without being traceable. You never need to change phone or to reconfigure it. Just add a phone number when you have a new card to ATO or to put a contact phone number.
Everyday, my phone rings and it's the fraud department of a bank wanting to verify transactions. I take the call and confirm everything. Piece of cake.
Now, NEVER make calls unrelated to carding with that phone. You don't want your RC account to contain bank numbers AND the number of your girlfriend, which may be a track to follow for LE. With all that, you will never get caught.
For questions you can contact me on ICQ 653092048 Jabber Osquare@lsd-25.ru

Page 2

100 Percent Anoynmous

Statistics Help Online

Are you a college student taking a statistics course and interested in paying someone to do mymathlab  for you ? We provide stats help in ar...