[Perl] Arsenal Project X 0.2

Today I bring you the new version of my Arsenal X written in Perl with the following options: [+] Gmail Inbox [+] Client Whois [+] Table [+] Downloader [+] Get IP [+] Locate IP [+] K0bra SQLI Scanner [+] Crack multiple hashes [+] Search administration panel [+] Port Scanner [+] Multi Cracker with support for FTP, TELNET, POP3 [+] executing commands in the console An image:


A video with examples of use:


If you want to download the program they can do from here: SourceForge GitHub that would be it. 

[C #] DH Rat 0.3

A simple Rat I did in C # with the following options: [+] Open and close reading [+] List files in a directory [+] Delete files and directories [+] See the contents of a file [+] Make the keyboard just type[+] Open Word and to vary things only the keyboard writes [+] Send messages [+] Make the computer talk (in English) [+] List processes [+] Kill a process [+] Run command and see the outcome [+] Back crazy mouse for a while [+] Hide and display the taskbar [+] Hide and show desktop icons [+] Keylogger included An image:



Version VideoTutorial


If you want to lose what they can do  here

[Perl] Example Murcielago Encryption

[Perl] Example Murcielago Encryption
A simple example in Perl on how to perform the encryption Murcielago.




# !usr/bin/perl
# Cifrado Murcielago
# Coded By Doddy Hackman in the year 2014

head();
menu();
copyright();

# Functions

sub head {
    print "\n-- == Cifrado Murcielago == --\n";
}

sub copyright {
    print "\n\n-- == (C) Doddy Hackman 2014 == --\n";
}

sub menu {
    print qq(
===============
= Menu        =
===============
1 - Cifrar    =
2 - Descifrar =
3 - Exit      =
===============
);

    print "\n[+] Option : ";
    chomp( my $op = <stdin> );

    if ( $op eq "3" ) {
        copyright();
        <stdin>;
        exit(1);
    }

    print "\n[+] Enter text : ";
    chomp( my $text = <stdin> );

    print "\n[+] Result ...\n\n";

    if ( $op eq "1" ) {
        print cifrado_murcielago($text);
        <stdin>;
        menu();
    }
    elsif ( $op eq "2" ) {
        print descifrado_murcielago($text);
        <stdin>;
        menu();
    }
    else {
        menu();
    }

}

sub cifrado_murcielago {
    my $texto = shift;
    $texto =~ tr/murcielagoMURCIELAGO/01234567890123456789/;
    return $texto;
}

sub descifrado_murcielago {
    my $texto = shift;
    $texto =~ tr/01234567890123456789/murcielagoMURCIELAGO/;
    return $texto;
}

# The End ?



That's all. 

[Perl] Ejemplo de Cifrado Vigenere

[Perl] Ejemplo de Cifrado Vigenere
. A simple example of Vigenere encryption made ​​using a module cpan I found in the code:

# !usr/bin/perl# Vigenere Cipher# Coded By Doddy Hackman in the year 2014use Crypt::Vigenere;head();menu();copyright();# Functionssub head {    print "\n-- == Vigenere Cipher == --\n";}sub copyright {    print "\n\n-- == (C) Doddy Hackman 2014 == --\n";}sub menu {    print qq(================ Menu        ================1 - Encode    =2 - Decode    =3 - Exit      ================);    print "\n[+] Option : ";    chomp( my $op = <stdin> );    if ( $op eq "3" ) {        copyright();        <stdin>;        exit(1);    }    print "\n[+] Enter text : ";    chomp( my $text = <stdin> );    print "\n[+] Enter Key : ";    chomp( my $key = <stdin> );    print "\n[+] Result ...\n\n";    $tool = Crypt::Vigenere->new($key);    if ( $op eq "1" ) {        print $tool->encodeMessage($text);        <stdin>;        menu();    }    elsif ( $op eq "2" ) {        print $tool->decodeMessage($text);        <stdin>;        menu();    }    else {        menu();    }}# The End ?


That's all. 

[Ruby] K0bra 0.5

[Ruby] K0bra 0.5
Improved version of this script in Ruby for scannear the vulnerability by SQLI in one page. The script has the following options: [+] Check vulnerability [+] Search number of columns [+] Automatic search to display data number [+] Mostras tables [+] Display Columns [+] Display Database [+] Show tables in another DB [+] Show columns from a table in another DB [+] Show users mysql.user [+] Find files using load_file [+] Show a file using load_file [+] Show values ​​[+] Show information about the DB [+] Create a shell using outfile [+] All logs are stored in sorted the code:  Read That's all. 


[C #] DH Botnet 1.0

 RANSLATION to my Delphi C # originally written in Perl and then Delphi has the following options:



  • Command Execution
  • List active processes
  • Killing Processes
  • List files in a directory
  • Deleting a file or directory anyone
  • Read files
  • Blink reader
  • Hide and show desktop programs
  • Hide and show Taskbar
  • Open Word and to write only (a notion grosa xDD)
  • Make the keyboard type only
  • Go crazy making the mouse moves across the screen
  • Included Keylogger



An image: A video usage example: If you want to lose what can make here . 




[Java] claptrap IRC Bot 0.5

[Java] claptrap IRC Bot 0.5
My translation Java IRC Bot, has the following options: [+] Scanner SQLI [+] Scanner LFI [+] search administration panel [+] IP Locator [+] DNS search [+] SQLI and search RFI on google [+] Crack for MD5 hashes [+] Cutter URL using tinyurl [+] HTTP fingerprinting [+] Encoder base64, hex and ASCII few pictures:




If you want to download the program they can do from here: SourceForge GitHub that would be it. 

[Delphi] DH Downloader 1.0

New version of this program to download files using Delphi with the following options: In the generator:[+] You can rename the downloaded file [+] can be saved in the folder you want [+] You can hide the file [ +] it makes the file starts every time you load Windows [+] You can charge hidden or normal in the Stub: [+] Lets run the downloaded file in parallel [+] works silently [+] You can change the name of the downloaded file [+] can be saved in the folder you want [+] You can hide the file [+] makes the file starts every time you load Windows [+] You can charge hidden or normal An image:

A video with examples of use:



If you want to download the program they can do from here: SourceForge GitHub

[Delphi] DH KeyCagator 1.2

[Delphi] DH KeyCagator 1.2
New version of this Keylogger in Delphi with the following options: [+] Capture the tiny keys as capital letters as well as numbers and other keys [+] Captures the name of the current window [+] Screen Capture [+] Logs ordered an HTML file [+] You can choose the directory where the logs are stored [+] compresses the logs in order to better zip [+] You can send the logs via FTP and Mail [+] traces are hidden [+] is loaded every time you start Windows [+] You can use Shift + F9 to load the logs on the infected machine [+] did keylogger also a generator that also allows you to view logs that are in the FTP server [+ ] Better management control of Stub An image:

If you want to download the program they can do from here: SourceForge GitHub that would be it. 

[C #] DH Player 1.0

This time I bring a music player and movies I made ​​in C # using WPF with the following options: [+] plays music and videos fullscreen [+] Supports Drag and Drop to play songs and videos [+] can increase volume and the position you want to put [+] have the option to repeat a song or play an entire folder automatically [+] can put mute * Supported music formats: mp3, m4a, wma * video format supported: avi, mp4, flv, mkv , wmv, mpg An image:

A video usage example:



If you want to download the program they can do from here: SourceForge GitHub That's all. 

[C #] DH KeyCagator 1.6

[C #] DH KeyCagator 1.6
This Keylogger improved version in C # with the following options: 

[+] Capture the tiny keys as capital letters as well as numbers and other keys
[+] Captures the name of the current window
[+] Screen Capture
[+] Logs arranged in an HTML file
[+] You can choose the directory where the logs are stored
[+] Logs are compressed in zip
[+] You can send the logs via FTP and Mail
[+] Traces are hidden
[+] Is loaded every time you start Windows
[+] You can use Shift + F9 to load the logs on the infected machine
[+] Did keylogger also a generator that also allows you to view logs that are on the FTP server
[+] Hidden keylogger on the computer of the victim has a hidden window with password to control the keylogger as an administration panel
[+] At the request of several users will add the option to capture a screenshot when the mouse click on a specific window is detected, that is widely used for bank accounts and not many keyloggers in any language that you give away the code this way.

An image : 


If you want to download the program they can do from here: 

That would be all.

[PHP] DH Scanner 0.9

Improved version of this scanner in fact PHP websites for vulnerabilities. It has the following options:[+] Bing scanner Scanner with SQLI included [+] SQLI Scanner [+] LFI Scanner [+] Crack multiple MD5 hashes [+] Search Panel of administration [+] Locator IP and DNS [+] Encoders for base64, HEX and MD5 An image:
A video example of uses:


If you want to download the program they can do from here: SourceForge GitHub

[PHP] DH Chat 0.5

[PHP] DH Chat 0.5
A simple chat I did in PHP with the following options: [+] only allows 10 messages per which erases old [+] Filter bad words [+] You can delete comments from the manager An image:

If you want to download the program they can do  here

[PHP] Cookies Manager 0.6

Today I bring you improved this cookie stealer allowing them to capture, store and generate cookies to steal cookies using XSS version. It has the following options: [+] Cookie Stealer generator TinyURL[+] You can see the cookies that they returns a page [+] can set cookies with the data they want [+] hidden login panel to enter poraca used to find the login? An image:


A video example of uses: 

If you want to download the program they can do from here: SourceForge GitHub

[Delphi] Shodan Tool 0.6


A program in Delphi to search the Shodan with the following options:
  • Search results for IP
  • Search results by amount
  • Normal search
  • List the saved query
  • Search saved query that have already sought
  • Most popular tags list
  • List all services located shodan
  • DNS Lookup
  • Reverse DNS Lookup
  • Returns your IP
  • It gives you information about your API
They must have an API Key yours to use this program. An image: A video with examples of use:



If you want to download the program they can do from here: SourceForge . Github .