Showing posts with label Security Tools. Show all posts
Showing posts with label Security Tools. Show all posts

Ardamax Keylogger Tutorial


I. Get Ardamax 2.8:

Ardamax Keylogger is the coolest tool for monitoring user activity on a computer. It records all keystrokes into an encrypted log file. A log file contains information about the user working on the computer, the time of typesetting and the used application. You can view it any time you want with the help of a built-in viewer program. Besides, Ardamax Keylogger logs information about the Internet addresses the user has visited. Using this tool you will always know who used the computer, when he used it and for what purpose.





Main keylogger features:



Invisible mode ? the keylogger can be absolutely invisible for users. Nobody will be able to see it in the Start menu, in the list of the installed programs, in the Startup list, in the Task Manager and on the drive where it is installed. You can easily switch on/off this mode using shortcuts.

Powerful Log Viewer ? you can view the log file visually. You can filter your records according to different criteria and view them within different periods of time. You can also export the log file into html and txt formats.

Security ? you can restrict access to a log file, to the exit from the hidden mode and to the keylogger settings by specifying a password.

Delivery ? you can deliver logs to any email address or upload them to an FTP server in definite periods of time. So you can monitor a remote computer.

Web Update - Ardamax Keylogger can check the availability of updates, download and install them automatically. Thus, the latest version of Ardamax Keylogger will always bse installed on your computer. In Hidden Mode the program will update itself transparently, and you won't even notice it.

Remote Installation ? creates a customizable installation package. The package contains only one file. You can send this file via e-mail and Ardamax Keylogger will silently get installed when the user opens the file. You can set the date for the keylogger to be automatically removed from the remote computer.

Facebook Hacking Software


Warning:- Post is for education purpose only. lf your intention is to hack anyone's account after reading this post then please leave now. Any illegal activity done after reading this post will not be entertained.
Many people were asking on how to hack facebook account This tool is design to hack any facebook account you want with 2 simple steps. Specify the username and the pass list and let it work, it can also be called as dictionary attacker, that matches all dictionary words with your original placed password.This is quite interesting because this tool is developed by taking URL as m.facebook.com i.e why its not showing CAPTCHAwhen attack is in progress .It will hack that account and give you the pass.And for some nOOBs who say that it doesn't work. Well it works but it need times between each attemd to login otherwise it will
become a faceboozfreezer.
Prevention Tip:- Do have a strong 8 above [charader+digit+special] like (r@hu7) character password that are hard to find in dictionary. Talking an example if your password is "Mango* then you will be cracked.

Download Facebooz

Hacker's Tool Set (45 Hacking Tools) | 14.3 MB

45Tools Of Hacking,Few Antivirus May Detecte as Virus Please Ignore It.

Features:
• IMC Grahams Trojan
• IMC Ice Dragon
• Myspace Password Cracker
• IMC Myspace Phisher
• Ultra Surf
• Rapid Share *** Gen
• MSN Nudge Madness
• Ice Reloaded MSN Freezer

Free download XSS SHELL v0.3.8

XSS SHELL v0.3.8

WHAT IS XSS SHELL ?
XSS Shell is powerful a XSS backdoor and zombie manager. This concept first presented by "XSS-Proxy - http://xss-proxy.sourceforge.net/ ". Normally in XSS attacks attacker has one shot, in XSS Shell you can interactively send requests and get responses from victim. you can backdoor the page. 



You can steal basic auth, you can bypass IP restrictions in administration panels, you can DDoS some systems with a permanent XSS vulnerability etc. Attack possibilities are limited with ideas. Basically this tool demonstrates that you can do more with XSS.

FEATURES
XSS Shell has several features to gain whole access over victim. Also you can simply add your own commands. 


Most of the features can enable or disabled from configuration or can be tweaked from source code.


Features;
- Regenerating Pages
- This is one of the key and advanced features of XSS Shell. XSS Shell re-renders the infected page and keep user in virtual environment. Thus even user click any links in the infected page he or she will be still under control! (within cross-domain restrictions) In normal XSS attacks when user leaves the page you can't do anything.
- Secondly this feature keeps the session open so even victim follow an outside link from infected page session is not going to timeout and you will be still in charge.
- Keylogger
- Mouse Logger (click points + current DOM)


Built-in Commands;
- Get Keylogger Data
- Get Current Page (Current rendered DOM / like screenshot)
- Get Cookie
- Execute supplied javaScript (eval)
- Get Clipboard (IE only)
- Get internal IP address (Firefox + JVM only)
- Check victim's visited URL history
- DDoS
- Force to Crash victim's browser

INSTALL
XSS Shell uses ASP + MS Access database as backend but you can simply port them into any other server-side solution. You just need to stick with simple communication protocol.




Install Admin Interface;


1. Copy "xssshell" folder into your web server
2. Copy "db" to a secure place (below root)
3. Configure "database path" from "xssshell/db.asp"
4. Modify hard coded password in db.asp [default password is : w00t]
5. Now you can access admin interface from something like http://[YOURHOST]/xssshell/




Configure XSS Shell for communication;
1. Open xssshell.asp
2. Set "SERVER" variable to where your XSSShell folder is located. i.e: "http://[YOURHOST]/xssshell/";
3. Be sure to check "ME", "CONNECTOR", "COMMANDS_URL" variables. If you changed filenames, folder names or some kind of different configuration you need modify them.


Now open your admin interface from your browser,
To test it, just modify "sample_victim/default.asp" source code and replace "http://attacker:81/release/xssshell.js" URL with your own XSS Shell URL. Open "sample_victim" folder in some other browser and may be upload in to some other server.


Now you should see a zombie in admin interface. Just write something into "parameters" textarea and click "alert()". You should see an alert message in victim's browser. 

SECURITY NOTES
- As a hunter be careful about possible "Backfire" in getSelfHTML(). Someone can hack you back or track you by another XSS or XSS Shell attack.
- Checkout "showdata.asp" and implement your own "filter()" function to make it safer for you.


- Put "On error resume next" to db.asp, better modify your web server to not show any error.

HOW CAN YOU EXTEND?
First implement it to xssshell.asp
1) Add new enum for your control
- Set a name and unique number like "CMD_GETCOOKIE"
- var CMD_SAMPLE = 78;
- Set datatype for your response (generally TEXT), 
- dataTypes[CMD_SAMPLE] = TEXT;
2) Write your function and add it to page
- function cmdSample(){return "yeah working !"}
3) Call it
- Go inside to "function processGivenCommand(cmd)"
- Add a new case like "case CMD_SAMPLE:"
4) Report it back
- Inside the case call log;
"log(cmdSample(), dataTypes[cmd.cmd], cmd.attackID, "waitAndRun()");"
Secondly Implement it to admin interface;
- In db.asp just add a new element to "Commands" array (command name, command unique number, description). 
i.e. "cmdSample()",78,"Command sample ! Just returns a message"




There are parameters and lots of helper in the code. Check out other commands for reference. 
Enable debug feature to debug your new commands easily.

KNOWN BUGS;
- Keylogger is not working on IE
- Possibly not going to work for framed pages because of frame regeneration.
- Not working on Konqueror

Password: hackingtricks
Download Here: