Archive for سبتمبر 2015
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.
A video with examples of use:
If you want to download the program they can do from here: SourceForge GitHub that would be it.
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
Version VideoTutorial
If you want to lose what they can do here
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.
# !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.
. 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.
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.
RANSLATION to my Delphi C # originally written in Perl and then Delphi has the following options:
An image: A video usage example: If you want to lose what can make here .
- 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 .
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.
If you want to download the program they can do from here: SourceForge GitHub that would be it.
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
A video with examples of use:
If you want to download the program they can do from here: SourceForge GitHub
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.
If you want to download the program they can do from here: SourceForge GitHub that would be it.
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.
A video usage example:
If you want to download the program they can do from here: SourceForge GitHub That's all.
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.
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:
If you want to download the program they can do from here: SourceForge GitHub
A video example of uses:
If you want to download the program they can do from here: SourceForge GitHub
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:
A video example of uses:
If you want to download the program they can do from here: SourceForge GitHub
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