Showing posts with label pentesting. Show all posts
Showing posts with label pentesting. Show all posts

Dec 27, 2010

Owned And Exposed : When the hackers become hacked!

,


The group of hackers known as the publishers of the "Owned And Exposed" Magazine had released the second version of their "newsletter" in which they describ and details how they compomised the security of six sites... you'll be really shocked when you'll know the names :

Ccarders.cc
Exploit-db.com
Backtrack-Linux.org
Ettercap
Inj3ctor.com
free-hack.com

All the details can be found in the paper here!



Just remember that a series of small mistakes can mean big, when your adversaries put the pieces together.
Read more →

Pentbox:The Security Command Line Suite

,
Pentbox is a Linux lightweight suite of command line tools to test the safety and stability of your system / network, written in ruby and also compatible windows Windows / Mac and any system that handles & supports ruby (even iOS & Android).

The tools are divided into different categories& you will get :

Base64 Encoder & Decoder
Multi-Digest (MD5, SHA1, SHA256, SHA384, SHA512, RIPEMD-160)
Password Cracker Hash (MD5, SHA1, SHA256, SHA384, SHA512, RIPEMD-160)
Secure Password Generator
Net DoS Testing
TCP port scanner
Honeypot
Fuzzer
DNS and host gathering
L33t Sp3@k Converter



The Suite is avaible here & easy to install :
1- Get the last release from the link bellow & Install Ruby : 
sudo apt-get install  ruby

2- Extract the archive:
tar -xvf pentbox_1.4.tar
cd pentbox_1.4


3-Start the suite :
./pentbox.rb


Have Fun!
Read more →