Mostrando entradas con la etiqueta Hacking Tools. Mostrar todas las entradas
Mostrando entradas con la etiqueta Hacking Tools. Mostrar todas las entradas

10 Best Hacking and Security Software Tools for Linux

Linux is a hacker’s dream computer operating system. It supports tons of tools and utilities for cracking passwords, scanning network vulnerabilities, and detecting possible intrusions. I have here a collection of 10 of the best hacking and security software tools for Linux. Please always keep in mind that these tools are not meant to harm, but to protect.

1. John the Ripper

John the Ripper is a free password cracking software tool initially developed for the UNIX operating system. It is one of the most popular password testing/breaking programs as it combines a number of password crackers into one package, autodetects password hash types, and includes a customizable cracker. It can be run against various encrypted password formats including several crypt password hash types most commonly found on various Unix flavors (based on DES, MD5, or Blowfish), Kerberos AFS, and Windows NT/2000/XP/2003 LM hash. Additional modules have extended its ability to include MD4-based password hashes and passwords stored in LDAP, MySQL and others.


2. Nmap

Nmap is my favorite network security scanner. It is used to discover computers and services on a computer network, thus creating a "map" of the network. Just like many simple port scanners, Nmap is capable of discovering passive services on a network despite the fact that such services aren't advertising themselves with a service discovery protocol. In addition Nmap may be able to determine various details about the remote computers. These include operating system, device type, uptime, software product used to run a service, exact version number of that product, presence of some firewall techniques and, on a local area network, even vendor of the remote network card.

Nmap runs on Linux, Microsoft Windows, Solaris, and BSD (including Mac OS X), and also on AmigaOS. Linux is the most popular nmap platform and Windows the second most popular.


3. Nessus

Nessus is a comprehensive vulnerability scanning software. Its goal is to detect potential vulnerabilities on the tested systems such as:

-Vulnerabilities that allow a remote cracker to control or access sensitive data on a system.
-Misconfiguration (e.g. open mail relay, missing patches, etc).
-Default passwords, a few common passwords, and blank/absent passwords on some system accounts. Nessus can also call Hydra (an external tool) to launch a dictionary attack.
-Denials of service against the TCP/IP stack by using mangled packets

Nessus is the world's most popular vulnerability scanner, estimated to be used by over 75,000 organizations worldwide. It took first place in the 2000, 2003, and 2006 security tools survey from SecTools.Org.


4. chkrootkit

chkrootkit (Check Rootkit) is a common Unix-based program intended to help system administrators check their system for known rootkits. It is a shell script using common UNIX/Linux tools like the strings and grep commands to search core system programs for signatures and for comparing a traversal of the /proc filesystem with the output of the ps (process status) command to look for discrepancies.

It can be used from a "rescue disc" (typically a Live CD) or it can optionally use an alternative directory from which to run all of its own commands. These techniques allow chkrootkit to trust the commands upon which it depend a bit more.

There are inherent limitations to the reliability of any program that attempts to detect compromises (such as rootkits and computer viruses). Newer rootkits may specifically attempt to detect and compromise copies of the chkrootkit programs or take other measures to evade detection by them.


5. Wireshark

Wireshark is a free packet sniffer computer application used for network troubleshooting, analysis, software and communications protocol development, and education. In June 2006, the project was renamed from Ethereal due to trademark issues.

The functionality Wireshark provides is very similar to tcpdump, but it has a GUI front-end, and many more information sorting and filtering options. It allows the user to see all traffic being passed over the network (usually an Ethernet network but support is being added for others) by putting the network interface into promiscuous mode.

Wireshark uses the cross-platform GTK+ widget toolkit, and is cross-platform, running on various computer operating systems including Linux, Mac OS X, and Microsoft Windows. Released under the terms of the GNU General Public License, Wireshark is free software.


6. netcat

netcat is a computer networking utility for reading from and writing to network connections on either TCP or UDP.

Netcat was voted the second most useful network security tool in a 2000 poll conducted by insecure.org on the nmap users mailing list. In 2003, it gained fourth place, a position it also held in the 2006 poll.

The original version of netcat is a UNIX program. Its author is known as *Hobbit*. He released version 1.1 in March of 1996.

Netcat is fully POSIX compatible and there exist several implementations, including a rewrite from scratch known as GNU netcat.


7. Kismet

Kismet is a network detector, packet sniffer, and intrusion detection system for 802.11 wireless LANs. Kismet will work with any wireless card which supports raw monitoring mode, and can sniff 802.11a, 802.11b and 802.11g traffic.

Kismet is unlike most other wireless network detectors in that it works passively. This means that without sending any loggable packets, it is able to detect the presence of both wireless access points and wireless clients, and associate them with each other.

Kismet also includes basic wireless IDS features such as detecting active wireless sniffing programs including NetStumbler, as well as a number of wireless network attacks.


8. hping

hping is a free packet generator and analyzer for the TCP/IP protocol. Hping is one of the de facto tools for security auditing and testing of firewalls and networks, and was used to exploit the idle scan scanning technique (also invented by the hping author), and now implemented in the Nmap Security Scanner. The new version of hping, hping3, is scriptable using the Tcl language and implements an engine for string based, human readable description of TCP/IP packets, so that the programmer can write scripts related to low level TCP/IP packet manipulation and analysis in very short time.

Like most tools used in computer security, hping is useful to both system administrators and crackers (or script kiddies).


9. Snort

Snort is a free and open source Network Intrusion prevention system (NIPS) and network intrusion detection (NIDS) capable of performing packet logging and real-time traffic analysis on IP networks.

Snort performs protocol analysis, content searching/matching, and is commonly used to actively block or passively detect a variety of attacks and probes, such as buffer overflows, stealth port scans, web application attacks, SMB probes, and OS fingerprinting attempts, amongst other features. The software is mostly used for intrusion prevention purposes, by dropping attacks as they are taking place. Snort can be combined with other software such as SnortSnarf, sguil, OSSIM, and the Basic Analysis and Security Engine (BASE) to provide a visual representation of intrusion data. With patches for the Snort source from Bleeding Edge Threats, support for packet stream antivirus scanning with ClamAV and network abnormality with SPADE in network layers 3 and 4 is possible with historical observation.


10. tcpdump

tcpdump is a common computer network debugging tool that runs under the command line. It allows the user to intercept and display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.

In some Unix-like operating systems, a user must have superuser privileges to use tcpdump because the packet capturing mechanisms on those systems require elevated privileges. However, the -Z option may be used to drop privileges to a specific unprivileged user after capturing has been set up. In other Unix-like operating systems, the packet capturing mechanism can be configured to allow non-privileged users to use it; if that is done, superuser privileges are not required.

The user may optionally apply a BPF-based filter to limit the number of packets seen by tcpdump; this renders the output more usable on networks with a high volume of traffic.


Do you have a favorite security software tool for Linux? Feel free to comment and tell us about it.

Source: http://www.junauza.com/2008/07/10-best-hacking-and-security-software.html

Utilidades Hackers [TEU]

UTILIDADES HACKERS (TEU)

Es un paquete de Utilidades Hackers el cual lo puede utilizar cualquier persona, no es para hacer uso indebido es para aprender y conocer mas del segundo mundo que hay en el Internet, el conocimiento es para compartirlo no para cobrar por el…

Principal

2

3

4

Contenedor: MegaUpload Y RapidShare

Link: Intercambiables

Peso: 1022 Mb - 1.0 Gb

Contraseña: chakl

Los archivos para los que desconocen del tema se bajan de los links que aparecen en la parte de abajo que estan en formato RAR, luego se descomprime con la contraseña mencionada arriba, queda una imagen ISO y queda lista para grabar con Nero o con cualquier otro grabador que deseen si quieren ser prevenidos antes de quemarlo lo pueden montar con el Daemon Tools que estara en la parte de abajo con el Winrar.

Hay archivos que cuando los abran como por ejemplo keylogger u otros dentro del (TEU), el Antivirus los detecta como Virus pero no hace ningun daño al PC, para que puedan trabajar sin comodidad desactivenlo os explico esto para que sepan y luego no vayan a decirmes cosas sin antes leer.


El Todo En Uno (TEU) de Utilidades Hackers contiene lo siguiente:

Utilidades Hackers:

HACKER

Anti Keylogger

Anti key

Camuflage

Camouflage Kamaleon

Camouflage v. 1.2.1

Congelador

Deep Freeze v. 4.20

Deep Freeze v. 6.30

Deep Unfreezer v. 1.1

Fuck Deep Freeze v. 5.0

Rompe Hielo v. 1.0

Crackeadores

Advance Archive Password Recovey

Proactive Password Auditor

Encryptacion Join y Binder

Advanced File Joiner

Allok Video Joiner v. 2.0

Binder

Blinder

B-Protector v. 1.0

Kamaleon v. 2.0

Open Crypter

I Crypt

Minke

Themida

Escaneador

CyberKit

IP Tools

N-Stealth

SuperScan v. 2.04

Hacker

Cain y Abel

Hack Office 2000 v. 0.1.8.1

Putty v. 0.60

TCP View

Tola´s Patching Engine v. 2.03

xHacker

X-nestat v. 4.0 Professional

Keylogger

Douglas Keylogger v. 2.0

Keylogger Ardamax v. 2.42

N3ck – Keylogger v. 1.0

Perfecto Keylogger v. 1.61

Mail Anonyme

Dragon Mail

Uby Anonyme Mail v. 3.0

MSN

BlooD MSN

FakeMSN6

MadMSN6

MSN Flooder

msnNightmare

SniffIM

MSN v. 8.5 y Plus

CEDY Stealer

Fenix MSN

MSN Cleaner

MSN Tool

Ratero MSN

Tools 336 MSN

Desbloquear MSN

Nick Creator

Troyanos

Bifrost v. 1.2.1

Turkojan 4

Shark v. 3.1

Remote WebCam

Net Bus v. 1.7

SUB – Seven v. 2.1

Back Orifice 2000 v. 1.0

The FOG 0.5 by IMPosTOR

Optix Pro v. 1.33

Vampire v. 1.2

Juegos de Hacker

DarkSings

Hack The Game

Hacker v. 3.1 - Cyber Warefare

Street Hacker

Hacker Evolution v. 1.00.0083

Nuke Virus y Bromas

Account Dismantel

Crooked – Convict

IceCold Reloaded v. 1.0

Nuke Attack

Nuke MSN v. 1.5

NSNUKE

Antiboots

El Hechicero

NukeIt

Nuke Nabber v. 2.9

Trollin Arounds Deny a Buddy

CRACKER

Analysis

File insPEctor

Hack ASM

ProtectionID v. 5.0

RDG Packer Detector

Sheeps Array of Sushine

Smart Check

W32Dism v. 8.93

Compilers

Dev-C++

Masm32

Source Boots IDE

Game Tools

FileStripper

Game Extract

Magic Extractor

Mini I. Ripper

MultiEx Commander

UnsafediscX

UnSecuromNJ

Hex – Editors

Hex Workshop

WinHex

Misc

ASPR CRCI

Customiz

Hash Tools

Res Grabber

Resource Hacker

Snd Tools

Credit Card Tools

BKInline

Date Cracker

Process Explorer

Net Based

Access Diver v. 4.120

Brute Forcer

Nifty

Proxy Hunter Zibi

Packers

FSG

Graphical & Scrambler v. 1.33

Patchers

ABEL

aPE

Dza

Liquid2

Patch Wizard

Patch FX

Graphical – Patch Maker

PGPE

RJD Patcher

TolasPE

Universal Loader

UPP

YPP

PE Stuff

PEditor

PEiJ

PEOptimizer

PETools

Stud – Pe

Rebuilding

ImpRec

Lord PE

Un – Packers

ACProtect

Armadillo

EXEStealth

PECompact

PESpin

unPEcrypt

VB

Anti AS pack

DBPE


http://www.megaupload.com/?d=6RFURG3J
http://www.megaupload.com/?d=MXCWDQ79
http://www.megaupload.com/?d=1W8EYPWR
http://www.megaupload.com/?d=N3Z50X5R
http://www.megaupload.com/?d=BCTNDN76
http://www.megaupload.com/?d=AQ0O2RZT

http://rapidshare.de/files/47383817/Utilidades_Hacker.part1.rar.html
http://rapidshare.de/files/47385160/Utilidades_Hacker.part2.rar.html
http://rapidshare.de/files/47386270/Utilidades_Hacker.part3.rar.html
http://rapidshare.de/files/47387305/Utilidades_Hacker.part4.rar.html
http://rapidshare.de/files/47397067/Utilidades_Hacker.part5.rar.html
http://rapidshare.de/files/47380974/Utilidades_Hacker.part6.rar.html

Winrar v. 4.6

http://www.megaupload.com/?d=C4M5M65J
http://rapidshare.de/files/47419499/WinRAR_v._4.6.rar.html

Daemon Tools Lite v. 4.30.1

http://www.megaupload.com/?d=R6V4B0W2
http://rapidshare.de/files/47419555/Daemon_Tools_Lite_v._4.30.1.rar.html

Subido por CHAKL