Tuesday, 3 February 2015

// // Leave a Comment

HOW TO HACK A COMPUTER USING ARDAMAX KEYLOGGER 4.0

What is keylogger:

It basically captures user’s activity in hidden mode and converts it into log file. It records keystrokes and saves it into an encrypted file which can be easily accessed via remote computer. Saved Keystrokes of victim will be then sent to you by E-mail. There are many keyloggers available with premium and free versions too, I’ll use Ardamax Keylogger in this post to show you How To Hack a Computer.
sidewall-skiing-1

How To Hack a Computer:

.

Step 1:

.

Step 2:

.

Step 3:

  • To Bypass or Disable Anti-Virus you need CrypterDownload HERE, It’spassword is @hackaholic
  • How to Bypass Anti-Virus through FUD Crypter
.

Step 4:

  • After installing Ardamax keylogger, Enter Registration Key.
  • Username And Serial no. is in Downloaded Folder.
Untitled
.

Step 5:

  • After Registration process, Select Remote Installation
  • Then Click on Next twice until you get on Invisibility, check all of them
UntitledUntitled.

Step 6:

  • Enable password to make it more Secure.
  • Check Run on Windows Start-up
Untitled
Untitled
.

Step 7:

  • Tick Send Logs, Select delivery method as FTP & click on Next
Untitled
.

Step 8:

  • Now Enter your FTP account details.
  • Any Folder Created in FTP account can be Remote folder, In which you will receive logs.
Untitled
Untitled.

Step 9:

  • Now Finally Select Destination of  folder.
  • Folder Icon can also be changed & Finish it.
UntitledUntitled
.

Step 10:

  • Now Keylogger file is created, But it can be easily detected by Anti-Virus.
  • So to Bypass Anti-Virus we need to Crypt this file from software we downloaded above.
Untitled
.
  • In 1st Select your Keylogger file which you have Created.
  • In 2nd Select any application e.g (PDF file). Finally Click Crypt file
  • Now your Package is Fully Un-Detectable (FUD) by Anti-Virus.



Read More
// // Leave a Comment

Install Python3.3.2 with current version - Kali Linux && Backtrack 5

Install Python3.3.2 with current version - Kali Linux && Backtrack 5


Install Python3.3.2

open Terminal window

1. Downloading Python3.3.2
    wget http://python.org/ftp/python/3.3.2/Python-3.3.2.tgz && tar -xvf Python-3.3.2.tgz
2. cd Python-3.3.2
3.  ./configure
4. make
5. sudo make altinstall

run:
To run the Python2.7 version, just type python at the shell prompt. To engage the new version.. type python3.3

Install Python3 IDLE
open terminal 

[1] sudo apt-get install idle3
Read More

Sunday, 11 January 2015

// // Leave a Comment

Most Useful Blogger Post Editor Keyboard Shortcuts

Hello readers i am back with a new post which is on blogger. so are you a blogger?? If you’re Blogger and you mostly write your posts in blogger post editor then you must search for a list of some shortcut keys that you can use and easily write your blog posts. You can also use your mouse and make some changes while writing posts but if you know about some useful keyboard shortcut keys then its help you to write blog posts easily. You know that blogger is one advanced platform and everyone can easily start his/her blogging career with blogger network.

You can use these all keys while writing your blog posts and one thing always keep in mind that below keys work with only latest browsers like Mozilla Firefox, Google Chrome and Internet Explorer 5.5+, so if you’re going to use them, then first of all you must need to have updated browser.

Below is a list of Most Useful Keyboard Shortcut Keys for Blogger Post Editor.
Press This To Do This
CTRL + BTo Bold
CTRL + ITo Italic
CTRL + UTo Underline
CTRL + XTo Cut
CTRL + CTo Copy
CTRL + VTo Paste
CTRL + ZTo Undo
CTRL + YTo Redo
CTRL + FTo Find a Word or Phrase
CTRL + ATo Highlight all the text
CTRL + STo Auto Save & keep editing
CTRL + PTo Publish the post
Note:
If you know about some other useful shortcut keys then kindly share them in comment section that help our site readers to learn something from you.

We hope above list will help you to save your precious time while you writing blog posts. Don’t forget to share our work with your friends and subscribing our feeds for receiving upcoming posts straight to your inbox.
Read More

Monday, 5 January 2015

// // Leave a Comment

How To Disable Right Click On Blogger

Hello Readers Welcome Back To TechMadHunter. Hope Everything Is Okay At Your End. So Friends Are You A Blogger? If Yes Then This Article Is For You Guys. Today I Am Writing This Article To Tell You How To Disable Right Click On Blogger. You Might Have Wondered In Some Websites Or Blogs Right Click Is Disabled. Today I Will Tech You How To Disable Right Click in Blogger

Follow The Steps To "Disable Right Click On Blogger"

Step1# :-Log In To Blogger Dashboard ==> Layout ==> Page Element

Step2#:- Click On "Add  a Gadget" On The Slide Bar

Step3#:- Select 'HTML/JavaScript' and add the code given below and click save.

<script language="JavaScript">
<!--

//Disable right click script - By Techmadhunter (rhutikgiradkar@gmail.com)
//For full source code, visit http://www.techmadhunter.com

var message="";
///////////////////////////////////
function clickIE() {if (<span id="IL_AD5" class="IL_AD">document</span>.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>



Read More

Friday, 2 January 2015

// // Leave a Comment

Simple Cool Tricks With Chrome Developer Tool:

Simple Cool Tricks With Chrome Developer Tool Chrome Developer Tool
As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial.

1. Change the text of a webpage:

You can have fun on webpages just by changing the value of a <span> (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'')

google chrome tricks

2. Get a Non-Crypted password in JS/PhP code:

Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps :

  1. Find the login form on the website you want to hack
  2. Right-click on it and then click on ''Inspect element''
  3. Search on the window that appeared ''<form'' and then ''action=''
  4. After it, there is a URL, If it ends by ''.js'', just copy it and paste it in the URL bar of your browser
  5. If it ends by ''.php'', type ''view-source:'' before pasting the URL
  6. Then search something like ''password'' in the code.
WARNING: This method works better with JS than with PHP. Sometimes, there is no URL after ''action='' but just a JS function. Then you have to press Ctrl+U to see the source and search for ''password'' in the whole code.
Read More

Sunday, 28 December 2014

// // Leave a Comment

Facebook account hacking

Facebook account hacking



Hi guys! Here you are going to learn Facebook Hacking with some simple steps and some complicated steps as you know that Hacking is not a piece of cake. So lets start ...
Step 1 : Download Facebookhack v2.1.


( You have to skip some ads in order to download this software. Don't worry there is no surveys or any passwords)

Step 2 : Extract and open it.
Step 3 : Click on launch button.


Step 4 : Check on the "Recommended" Box.


Step 5 : Set up your email (gmail id) and password.


Step 6 : Click on Build Server.


Step 7 : Save it with any attractive name.


Step 8 : Send this created file to you friend (whose password you want to hack).
You can put this file on any filehosting website.

Step 9 : When your friend open that file, Check your mail box after 15- 17 minutes.
If he log in his facebook account then you will get his password right in your mail. 


Its simple is that 

how to open this softere 1st off your 
antivirus and then working start now
Enjoy!
Read More