PenTBox 1.3 Beta Released

By Alberto (Admin) February 2nd, 2010, under General

New version with new features, specially in Cryptography and Secure IM.

Version 1.3
———–
- Added Crypt Ruby and RubyRc4 libraries.
- Added GOST, ARC4 and Rijndael (aka AES) 256 bits ciphers to Secure IM.
- Improvements in error exceptions and connection on Secure IM.
- fileencr.rb included -> Files encryptor and decryptor that uses Rijndael 256 bits, GOST and ARC4 ciphers.
- Included srand(time.now.to_i) function in programs that use random numbers.
- Added “Packets per second” in TCP DoSer and TCP AutoDoSer.
- Minor changes in titles of programs.

You can download it from the Download area

[PenTBox] Interesting improvements in Secure IM module

By Alberto (Admin) January 17th, 2010, under Cryptography Area, Network Area

Hi!

I’ve been working on Secure Instant Messaging module and I have add new modes to work. Probably I will release a minor version with only this new changes.

At this moment, PenTBox 1.2 version only has the Base64-based mode. Obviously, it is not secure at all … is a PoC, a prototype.

Here I give you the description of all modes that probably will be in this future release. Extracted from the .rb file that is being developed:

Read the rest of this entry »

PenTBox 1.2 Beta Released

By Alberto (Admin) January 9th, 2010, under General

This version has new cool features and a new application.

Version 1.2
———–
- Added “beep() when intrusion” option in Honeypot.
- Added save log option in Honeypot.
- Fixed minor bugs.
- Updated GNU/GPLv3 License to 2010.
- Updated Readmes.
- Two new banners at startup.
- fuzzer.rb included -> Fuzzer to find vulnerabilities.
- hexa.rb deleted -> In Internet are a lot of converters.
- Now Secure password generator erases the variables from memory at the end.

You can download it from the Download area

[PenTBox] How PenTBox can pwn (DoS) an iPhone / iPod Touch

By Alberto (Admin) November 20th, 2009, under Network Area

A video demostration of PenTBox 1.1 Beta doing a TCP Flood DoS attack against my iPod Touch (3rd gen, 32 GB).

Yes, the iPod suffers a lot, nothing more to say :)

[PenTBox] How Secure IM (PB 1.1 protocol) works?

By Alberto (Admin) November 5th, 2009, under Network Area

UPDATED. HERE THE NEW MODES -> http://www.pentbox.net/2010/01/pentbox-interesting-improvements-in-secure-im-module/

Last version of PenTBox (1.1 Beta) includes a new program, Secure IM Client. With this program, users can create a direct chat room between client and server and with a mode of encoding that makes it a little secure.

Read the rest of this entry »

PenTBox 1.1 Beta Released (recommended update)

By Alberto (Admin) September 25th, 2009, under General

Released PB 1.1 with hot changes and new applications.

Version 1.1
———–
- sec_im included -> Secure IM Client, more info in the program.
- Improved Honeypot stability against DoS/DDoS Attacks.
- Improved general ortography and graphics.
- Added a lot of new code comments.
- Deleted Spanish code comments.
- Optimized tcp_dos.rb and tcp_dos_auto.rb
- Fixed small bugs in hash_cracker.rb
- hexa.rb included -> Hexadecimal converter.
- Re-Maked Menus.
- syn_dos.rb -> Modified Nmap installation and action command.

In addition, PenTBox has been tested on Ruby 1.9 and 1.9.1. Works fine!

You can download it from the Download area

[PenTBox] How to test stability of a network application using PB

By Alberto (Admin) September 2nd, 2009, under Network Area

PenTBox includes Denial of Service testing tools, and it can be used by developers to test stability of their applications. Ok, in PenTBox we have DoS tools and a network application (Honeypot), we will see how to test the stability of the Honeypot using PenTBox.

Read the rest of this entry »