Facebook Hacking | Hacking Tools | Facebook Hacking Tool | Twitter Hacking | Crash Website | Hack Gmail Account

Create your own virus with JPS VIRUS MAKER 3.0

Posted by Deepanker Verma Monday, November 29, 2010 6 comments
JPS VIRUS MAKER 3.0


JPS VIRUS MAKER 3.0
This is a nice tool for creating your own virus. Select all options you want with your virus and then click on create Virus. It will create an effective virus. There are many options which your your virus will do on victims computer system. Your virus will able to hide itself from process list and it will disable many windows functions.


But be sure not to run in your computer. 
This is only for educational purpose. Please do not use it to harm any other.


Password:
ethicalhacking

How to Protect Your Computer From Keyloggers

Posted by Deepanker Verma Sunday, November 28, 2010 3 comments
Keylogging is a big threat to information security and is a major problem for normal computer user. Anyone can use it without good knowledge of computer. Most of the keyloggers comes with easy to use interface.

For those it is most harmful who do internet banking and other official works from their computer. hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential data. 

Keylogers are software program or hardware that can capture and store keystrokes of a system. Some softeare keyloggers also come with remote control capbility and can send key stroke logs to its creator via emails.

If you want to check a keylogger, you can download from here

Read more about Keyloggers

These are some methods through which you can protect your computer from keyloggers:
  • Use a good antivirus and update it regularly. go to the antivirus section for downloading a latest antivirus.
  • Use a good antispyware. Go to the software section for downloading a good antispyware.
  • Install an antilogger program in your computer.
  • Use keyscrambler. Keyscrambler is a small program which encrypts your typed keystrokes so even if the victim has installed a keylogger on your system, he or she will get encrypted keys. 
  • whenever you recieve any suspicious file, scan it before installing in your computer.
These are some small but useful steps need to protect your computer from keyloggers.

please comment below if this post is useful for you..
:)

Introduction to Keyloggers

Posted by Deepanker Verma 2 comments
In my previous articles i posted many links of keyloggers and in many hacking tricks, it is the key tool. I thought all you know about it so i didn't post about this. But today i am going to write about keyloggers.


The term KEYLOGGER is used for the software and hardware device which are used to moniter the key stroke of a computer system. These programs and hardware device trace every keystroke of a computer system, so the person who installed this on the system can easily get the password and other information which he want to get. The most harmful part of the keyloggers is that it can be bind with a spyware allowing your information to be transmitted to an unknown person via network.

It runs in background and many times it is hidden in task manager process too. It is most harmful for those who use to do e-banking with their computer systems.


A keylogger normally consists of two files: a DLL which does all the work and an EXE which loads the DLL and sets the hook. Therefore when you deploy the hooker on a system, two such files must be present in the same directory.
There are other approaches to capturing info about what you are doing.

  • Some keyloggers capture screens, rather than keystrokes.
  • Other keyloggers will secretly turn on video or audio recorders, and transmit what they capture over your internet connection.



Hardware Keyloggers A simple hardware keylogger may look something like this:


In this picture you see a hardware keylogger that connects between a PS/2 keyboard and a PC. 



Software Keyloggers: These are software programs used to capture keystrokes at a machine. To download these software keyloggers, go to my older posts on keyloggers. There are many software keyloggers available which runs in background and hidden in task managers processes list. It is hard to detect those softwares.

If you have any query on this topic, leave your comment here..

3 hack bank accounts, do shopping worth Rs 10L

Posted by Deepanker Verma 0 comments
NEW DELHI: Three persons, including two foreign nationals, were arrested for allegedly hacking into e-banking accounts and buying expensive electronic items through these accounts. The accused were nabbed in south Delhi and eight laptops, 10 digital cameras and 17 BlackBerry cellphones worth around Rs 10 lakh was recovered from them.

Deface a website in less than a minute.. a cool and funny trick

Posted by Deepanker Verma Saturday, November 27, 2010 3 comments
This is a funny trick to deface a website. This trick is not going to teach you how to hack a website. It is just a defacing trick for fun. Website owner will never know that you have done any changes to their web pages. All changes on the web pages are only visible to you on your browser.  Original website is fine.


Download script from the link at the end.
Follow these simple steps.

free download UltraSurf 10.03

Posted by Deepanker Verma Friday, November 26, 2010 2 comments

UltraSurf 10.03 | 5 Mb
Ultrasurf is a nice proxy tool that is used for private internet browsing. If popular websites are blocked your college or office, you can use ultrasurf and enjoy internet surfing.

Facts of UltraSurf:
  1. Service provided for 6 years
  2. Millions of users
  3. Users from over 150 countries
  4. Daily hits over 300 million
  5. Daily traffic over 5,000 GB
  6. Privacy

Protect Internet privacy with anonymous surfing and browsing — hide IP addresses and locations, clean browsing history, cookies & more …

Security
Completely transparent data transfer and high level encryption of the content allow you to surf the web with high security.
Freedom
UltraSurf allows you to overcome the censorship and blockage on the Internet. You can browse any website freely, so as to obtain true information from the free world.

If you use the browser Firefox then open “wjbutton_en” With choose Firefox.

Download
Ultra surf

How to undo send in gmail

Posted by Deepanker Verma Thursday, November 25, 2010 0 comments
You all use Gmail for email service but here i am going to write about a cool feature of Gmail. I am sure you don't know how to undo send in Gmail. Gmail has a feature by which you can do it but by default this is disable and you have to enable it for use.

How to check ddos attack on a server

Posted by Deepanker Verma 0 comments
I wrote about ddos attack in one of my post of DOS ATTACK . It can be done by many ways on a server. Here I am going to write the method by which you can check server under dos attack.

Dos attack on websites


A quick and useful command for checking if a server is under ddos:

netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n




This command will show the list  of the IPs taking the most amounts of connections to this server. It is important to remember that ddos is becoming more sophisticated and they are using fewer connections with more attacking ips. If this is the case you will still get low number of connections even while you are under a DDOS.

Another very important thing to look at is how many active connections your server is currently processing.
netstat -n | grep :80 |wc -l
netstat -n | grep :80 | grep SYN |wc -I
The first command will show the number of active connections that are open to your server. Many of the attacks typically seen work by starting a connection to the server and then not sending any reply making the server wait for it to time out. The number of active connections from the first command is going to vary widely but if you are much above 500 you are probably having problems. If the second command is over 100 you are having trouble with a syn attack.
To Block a certain IP address that on server .Please use following commands
route add ipaddress reject
for example route add 192.168.0.168 reject
You can check whether given IP is blocked on server by using following command
route -n |grep IPaddress
OR
use follwoing command to block a ip with iptables on server
iptables -A INPUT 1 -s IPADRESS -j DROP/REJECT
service iptables restart
service iptables save
Then KILL all httpd connection and restarted httpd service by using following command
killall -KILL httpd
service httpd startssl
These are the simple steps you have to follow when attack is going on. Obviously you have to use your presence of mind while working on it. You will find many ways to solve this issue.


Read More: Bots and Botnet

please comment below if this post is useful for you..
:)

free download Windows XP USB Edition – Boot Windows From USB Stick

Posted by Deepanker Verma Monday, November 22, 2010 0 comments

Windows XP USB Edition – Boot Windows From USB Stick | 152 mb

Ever want to boot up into Windows XP via a USB flash drive? Well, now you can. This is a miniature version of Windows XP. So you can restore from backup, access your files, or do whatever you have to do. Installation instruction are included.

download tab napping script - how to do it??

Posted by Deepanker Verma 13 comments
Tab napping is the newer version of phishing. This type of phishing is more harmful and done to the user using multiple tabs of a web browser simultaneously. This technique is harmful for those users who uses multiple tabs of all their various email accounts and social networking accounts. Because they are easy victim to make fool by the new page because of their habbit of using so many tabs in a time.


WiFi Slax Wireless Hacking Live CD 3.1

Posted by Deepanker Verma 0 comments



WiFi Slax Wireless Hacking Live CD 3.1 | 635 Mb

WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products. WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver. Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long


A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of \ strong\ encryption while a 128 bit key has 104. The IV is placed in encrypted frame\ s header, and is transmitted in plain text.
Traditionally, cracking WEP keys has been a slow and boring process. An attacker would have to capture hundreds of thousands or millions of packets? a process that could take hours or even days, depending on the volume of traffic passing over the wireless network. After enough packets were captured, a WEP cracking program such as Aircrack would be used to find the WEP key.

Basic Directions:
1)Boot from cd
2)Get the wep key
3)Write it down
4)Reboot into windows
5)Connect using wep key.




Download-Hotfile

http://hotfile.com/dl/84031397/5cc9387/WIfi.S.W.H.B.part1.rar.html




Firefox tricks you must know

Posted by Deepanker Verma Sunday, November 21, 2010 2 comments
Firefox is most widely used web browser over the world. Many users prefer Firefox for fast web surfing. Hackers use it as a hacking tool. You must know some important Firefox tricks to speedup your surfing. These are some Firefox tricks.

Pen drive repair_v_2.9.1.1 free download

Posted by Deepanker Verma Saturday, November 20, 2010 0 comments
This software is the best solution for many of the problems related to your removable disk. Sometimes pen drive becomes read only drive due ti many viruses  and you can't be able to copy data into your pen drive. You can only access the data in the PD as a CD. 
:P

facebook trick - Appear Online Only to Selected Friends

Posted by Deepanker Verma Friday, November 19, 2010 2 comments


facebook doesn't have any option to be invisible in chat. suppose f you don't want to talk some one right now but he starts sending messages, then what will you do??
Try this simple trick and be offline for those whom you want to ignore..


Free online rapidshare premium link generater for free

Posted by Deepanker Verma Thursday, November 18, 2010 0 comments
Rapidshare is most widely used file sharing service on the internet. But for free users, it is not so good as it is for premium users. Most guys do not have rapidshare premium account and it is very difficult for them to download files from it, You can buy rapidshare premium account but yes it costs . 
This service provides you to convert the rapidshare download link to premium link and allows you download it instantly with high speed from direct rapidshare server and its also legally for free for unlimited time
rapidshare premium link generater sites 

  • http://rapid8.com/ 
  • http://www.rsfox.com/generator.php 
  • http://www.rapid8.com/ 
  • http://rapidhard.pl/index.php 
  • http://rsplg.com/ 
  • http://www.rapiddownloader.info/ 
  • http://www.riprapid.net/ 
  • http://www.nbe-media.com/rapidshare/index.php 
  • http://www.hellorapid.com/ 

please comment below if this post is useful for you..
:)

downlod SQLScan for website hacking

Posted by Deepanker Verma 0 comments


This utility is intended to run against Microsoft SQL Server. It attempts to connect directly to port 1433.

Simultaneous Downloading from Rapidshare: Use this Free Utility Rapidshare Plus

Posted by Deepanker Verma 1 comments
Downloading from Rapidshare for free users has never been an easy job  because several restriction like download limit, no simultaneous or multiple files downloading, time restriction etc. etc. Though there is hardly any way which can overcome all these problem but still you can use Rapidshare Plus a free utility which is capable of downloading multiple files once the time restriction passes. If simplified we can say this utiltiy as an small portable utility which lets users add and download a queue of Rapidshare links one after another in a fully automated way.



McGraw-Hill-Wi-Fi Security ebook free download

Posted by Deepanker Verma Wednesday, November 17, 2010 0 comments


McGraw-Hill - Wi-Fi Security
Publisher: McGraw-Hill Professional | ISBN: 
0071410732 | 2003 | PDF | 337 pages | 4,85 MB

Ecodsoft Keylogger v2.1 - Best Key-logger and Monitoring Tool

Posted by Deepanker Verma 3 comments


Ecodsoft Keylogger v2.1 | 1.6 MB


Ecodsoft Keylogger - this is the best Keylogger, software monitoring and control of a PC, which can act as parental controls and tools for monitoring employees. It is - absolutely invisible and undetectable software that completely control and monitor your PC. Working in the background, this excellent Keylogger records every keystroke a user makes in each software. Also monitors startup programs, sent emails, visited websites, and saves all information in special forms.

Proxy Switcher Standard 4.6.0 free download

Posted by Deepanker Verma 0 comments



Proxy Switcher Standard 4.6.0 | 5,24 MB

Different internet connections do often require completely different proxy server settings and it's a real pain to change them manually. Proxy Switcher provides proxy settings management solution and anonymous surfing capabilities. This includes flexible proxy server list management, proxy server tester and anonymous proxy server list downloader.

write bold and underline in facebook chat

Posted by Deepanker Verma Tuesday, November 16, 2010 5 comments
In my last  post i wrote about facebook smileys . Now i am going to tell you how to write bold and underline text in facebook chat.

Now here are the facebook codes for sending bold and underlined text in facebook chat.

list of all facebook emoticons / smileys

Posted by Deepanker Verma 2 comments
We all use facebook as a social networking website and chat with online people with its chat service. But  many of us unaware of facebook smileys. Well it is very simple to send smileys in facebook chat.You have to just enter a code and it will automatically convert into a smiley.I am providing here a complete list of smiley codes that can be used on facebook.Even if you already use or know some of the codes even then you will find this list very useful becuase you will find a lot of new codes.


Katana v2 – Portable Multi-Boot Security Suite

Posted by Deepanker Verma 0 comments

Katana is a portable multi-boot security suite which brings together many of today’s best security distributions and portable applications to run off a single Flash Drive. It includes distributions which focus on Pen-Testing, Auditing, Forensics, System Recovery, Network Analysis, and Malware Removal. Katana also comes with over 100 portable Windows applications; such as Wireshark, Metasploit, NMAP, Cain & Able, and many more.

XSSer v1.0 – Cross Site Scripter Framework for pentration testing

Posted by Deepanker Verma 0 comments

XSSer is an open source penetration testing tool that automates the process of detecting and exploiting XSS injections against different applications. This too helps in testing XSS vulnerability in web applications. 

Ultimate Anti-Virus Toolkit free download

Posted by Deepanker Verma 0 comments

Ultimate Anti-Virus Toolkit AIO (2010.10/ENG/Multi) | 170 MB

We offer you a collection of AIO a compilation of the most reliable, powerful and popular anti-virus and anti-spyware with the latest updates to October 2010.




The contents of pack:
* Norton Technicians Toolkit (used by Staples Techs) (Features some great tools and apps)
* Kaspersky Virus Removal Tool (needs no keys or serials and can be run on demand)
* MalwareBytes Portable (great malware scanner / remover made portable in case you cannot install anything)
* Ultimate Process Killer 2.02 (far better at killing processes than task manager)
* McAffe Stinger (nice trojan remover)
* FileAssasin Portable (allows you to delete ANY folder or file that malware is protecting)
* Conflicker Removal Tool
* McAffee Bugbear Removal Tool
* F-Secure Blacklight Rootkit Remover
* Smitfraud Fix
* Symnatec Vundo Removal Tool
* Symnatec Sasser Removal Tool
* Symnatec Blaster Remover
* Symnatec MyDo0m Removal Tool
* Symnatec DownandUp Removal Tool
* Symnatec Ramvicrype Removal Tool
* Trend Micro HiJack This Registry Analyzer
* Ninja USB / Thumbdrive Disinfector (nice little app to fix USB autorun virus).




Download-Hotfile

http://hotfile.com/dl/82875864/20140a9/UAT_AIO.part1.rar.html
http://hotfile.com/dl/82876105/0a03dbe/UAT_AIO.part2.rar.html

RegistryBooster 2010 v4.7.7.19 free download

Posted by Deepanker Verma 0 comments


RegistryBooster 2010 v4.7.7.19 | 6.8 MB

RegistryBooster is the easy answer to all your Windows registry problems. This award winning software starts by conducting a deep scan of your registry, checking for file extension errors and other registry conflicts. RegistryBooster will then repair or remove unused, corrupted and harmful files so optimizing your PC’s performance. You can then use regular scans to keep you registry structured and your PC speeding along at peak efficiency.

 With RegistryBooster you’ll see immediate increases in performance and decreases in system conflicts. RegistryBooster is the safest and most trusted solution to clean and optimize your system, freeing it from registry errors and fragmented entries. Using advanced error detection technology, RegistryBooster automatically identifies missing, corrupt or possibly harmful items in your Windows registry, dramatically enhancing performance and general stability.
Have you noticed that the longer you have your computer, the slower it runs and the more it crashes? Often this is because whenever you install or uninstall software, add or remove hardware, or change your computer’s settings, the Windows registry is updated. These changes can leave the registry fragmented, with obsolete, corrupted and, in some cases, harmful files. Over time the registry starts to get bogged down and conflicts emerge. Left unchecked, your system will become increasingly unstable, run more slowly and crash more frequently.
One mouse click and our registry cleaner does the rest. And using RegistryBooster regularly keeps your PC free from errors and from obsolete, unused or unwanted files. RegistryBooster is trusted by specialist IT technicians and home PC users around the world to solve all their registry based performance problems.
• Clean Your System and Boost Performance. Boost system performance by cleaning out all missing, unwanted, obsolete and corrupt registry entries automatically with RegistryBooster.
• Repair Your PC and Keep It Tuned. Dramatically improve your computing experience by repairing all registry problems and minimizing application seizures and crashes.
• Exceptionally Simple to Use. Set in a highly intuitive, attractive, logical and user-friendly graphical user interface, Uniblue’s registry cleaner sets the standard for ease-of-use.
• More Scanning Options. Due to the improvements made to the scanning engine you are now able to scan for more sections within the registry.
• An Ignore List. This is quite an innovative feature and very useful for those users who are extra cautious with their registry. By specifying the registry section and path the user will be able to exclude registry parts from the scan.
• Log Generation. Displays a transcript of all the actions performed on the registry by a particular fix operation. Especially helpful for those users wanting to know what has been done to their registry.
• Windows Vista Compatible. RegistryBooster is now fully Windows Vista compatible and can still be run on Windows XP. The program automatically adapts itself according to the version of your operating system so you do not have to configure any manual settings.
• Safe and Trusted. Avoid crashes, seizures, slow downs and error messages with the safest and most trusted solution from a leading software vendor.


Download here   
http://hotfile.com/dl/82832358/6c3aa46/registrybooster.rar.html

download wifite – Mass Wifi WEP / WPA Cracker

Posted by Deepanker Verma Monday, November 15, 2010 0 comments

To attack multiple WEP and WPA encrypted networks at the same time. This tool is customizable to be automated with only a few arguments. wifite can be trusted to run without supervision.
Features :
  • sorts targets by power (in dB); cracks closest access points first
  • automatically deauths clients of hidden networks to decloak SSIDs
  • numerous filters to specify exactly what to attack (wep/wpa/both, above certain signal strengths, channels, etc)
  • customizable settings (timeouts, packets/sec, channel, change mac address, ignore fake-auth, etc)
  • all WPA handshakes are backed up to wifite.py's current directory
  • smart WPA deauthentication — cycles between all clients and broadcast deauths
  • stop any attack with Ctrl+C — options: continue, move onto next target, skip to cracking, or exit
  • switching WEP attack methods does not reset IVs
  • intel 4965 chipset fake-authentication support; uses wpa_supplicant workaround
  • SKA support (untested)
  • displays session summary at exit; shows any cracked keys
  • all passwords saved to log.txt
  • built-in updater: ./wifite.py -upgrade
Requirements:
  • linux operating system (confirmed working on Ubuntu 8.10 (BT4R1), Ubuntu 10.04.1)
  • tested working with python 2.4.5 and python 2.5.2; might be compatible with other versions,
  • wireless drivers patched for monitor mode and injection: backtrack4 has many pre-patched drivers,
  • aircrack-ng (v1.1) suite: available via apt: apt-get install aircrack-ng
  • xterm, python-tk module: required for GUI, available via apt: apt-get install python-tk
  • macchanger: also available via apt: apt-get install macchanger
  • pyrit: not required, optionally strips wpa handshake from .cap files
Download Here : 

recover formated data by DiskDigger 1.04 Portable

Posted by Deepanker Verma 0 comments


DiskDigger 1.04 Portable | 6.7 MB
DiskDigger is a utility for recovering deleted or formatted files from any storage media connected to your computer, including all types of memory cards, USB drives and internal or external hard drives. The program thoroughly searches the file system for traces of files as well as deleted files and allows you to preview many of them as they are found. You can limit the search to certain file types and also specify the sector range of the disk to scan. Easy to use; instant preview of found files; works with all types of storage media.

Ebomb a virus for fun

Posted by Deepanker Verma Sunday, November 14, 2010 3 comments
This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type

@echo off
start iexplore
start notepad
start firefox


and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)


hack websites by using ddosim v0.2 (Application Layer DDOS Simulator)

Posted by Deepanker Verma Friday, November 12, 2010 0 comments


DDOSIM simulates several zombie hosts (having random IP addresses) which create full TCP connections to the target server. After completing the connection, DDOSIM starts the conversation with the listening application (e.g. HTTP server). Can be used only in a laboratory environment to test the capacity of the target server to handle application specific DDOS attacks.

GTalk Cheats

Posted by Deepanker Verma Wednesday, November 10, 2010 1 comments


Almost every person who has a Google account use gtalk for chatting. If you want to be the master of Gtalk, you are at right place. You will find here many secrets of Gtalk.


In Gtalk Chat, a message can be only 32767 characters long.


Tips & Tricks


1. Change the font size
While holding the control key, move the scroll wheel on your mouse either up or down. This trick works while being focused in either the read or write area.

Prevent Firesheep attack by using blacksheep and use unsecured network in secure way

Posted by Deepanker Verma Tuesday, November 9, 2010 0 comments
In one of my previous post i wrote how Firesheep allow a user to use another user's account easily on a wifi network. This is an easy way to get into other person's account. Now a new extension is released that alerts users to the presence of a Firesheep hacker. This is a good news for those users who use unsecured network. 


Featured FREE Resource:




Security Tools

Share
Get This

About Me

My Photo
Deepanker Verma
I am Deepanker Verma. A computer geek, Security researcher blogger and software developer. I have deep interest and Information security and web development and try to learn new things. you will see my blogs on hackingtricks, TechlomediaWebtips and Usethistip.

I was also honoured by Apple, Ebay, Symantec, PandaSecurity and various other computer software giants for my security work for their company. I also contribute on some opensource projects regularly.

I also own a web app called NoteDIP that allows users to send self-destructive messages with password protection.

You can add me to circles to get my daily tips :)

View my complete profile

Partners

Blog Archive