Learn Hacking Level 2 begins

Hey Guys… It has been a month that we at Learn Hacking posted anything new.

That’s Because we were busy preparing Learn Hacking Level 2 for you.

Now what is Learn Hacking Level 2?

Let me give you more clarification on the topic.

Earlier we aimed to Provide Ethical Hacking knowledge for only newbies and kiddies but now due to regular interaction on our Fb Fan page with our Fans, we know that they all are clear with the basics so we planned out to start the Level 2 of Ethical Hacking.

Now what will that aim at?
We aim to provide advanced Ethical Hacking knowledge to our Fans so that they can protect themselves from more severe Hacking attacks and exploits.

We would be discussing about different kinds of exploits and vulnerabilities about many softwares and even the use of metasploit.
We intend to provide you the in depth knowledge of all the topics of Ethical Hacking So That you canProtect yourself and feel secure in this unsecure world of internet..;-)

From the next post onwards, we would be discussing about level 2..

Read Users' Comments (0)

What is a FUD Crypter | Download Fud Crypter

WHAT IS A CRYPTER?

A Crypter is a software used to hide our viruses, keyloggers or any RAT tool from antiviruses so that they are not detected and deleted by antiviruses. Thus, a crypter is a program that allow users to crypt the source code of their program. Generally, antivirus work by splitting source code of application and then search for certain string within source code. If antivirus detects any certain malicious strings, it either stops scan or deletes the file as virus from system.

WHAT DOES A CRYPTER DO?

A Crypter simply assigns hidden values to each individual code within source code. Thus, the source code becomes hidden. Hence, our sent crypted trojan and virus bypass antivirus detection and our purpose of hacking them is fulfilled without any AV (Anti Virus) hindrance. Not only does this crypter hide source code, it will unpack theencryption once the program is executed

How Does FUD Crypter Work?

The Basic Working Of FUD Crypter is explained below

The Crypter takes the original binary file of you exe and applies many encryption on it and stores on the end of file(EOF).So a new crypted executable file is created.

Original Exe Crypted Exe
(ORIGINAL)001————- (CRYPTED)010

The new exe is not detected by antiviruses because its code is scrambled by the crypter.When executed the new .exe file decrypts the binary file into small the data small pieces at a time and injects them into another already existing process or a new empty one, OR it drops the code into multiple chunks in alternative data streams(not scanned by most a/v) then executes it as a .txt or .mp3 file.

HOW CAN WE MANUALLY DISTINGUISH BETWEEN THE ORIGINAL AND ENCRYPTED FILE?

An important point to note is that though a Crypter hides the code of a file but it cannot hide the size of a file. Thus, if the size of the file we want to crypt is 10kb and the size of the file with which we want to crypt our file is 100kb then the total size of the crypted file would be 100kb+10kb ie… 110kb.

But this difference would be helpful only when you know the size of the original file.

Now coming back to FUD..

What is FUD?

FUD is acronym for Fully UnDetectable. With increased use of Crypters to bypass antiviruses, AV (Anti Virus) became more advanced and started including crypter definitions to even detect crypter strings within code. So, use of crypter to hide Ardamax keylogger and RATs became more complicated as nowadays, no publicly available crypter is FUD.

So, if you crypt RATs with publicly available crypters, they are bound to be detected by antiviruses. This is because most FUD crypters remain “FUD” for maximum of one or two days after their public release. To obtain FUD crypters, you have to either search for it in hacking forums or make one (which is somewhat tedius.. I am working on this).

Where can I test Whether my Crypter is FUD or not?

To test you crypter encrypt any virus with it and test it on http://scanner.novirusthanks.org and make sure you check the box Do not distribute the sample

Note:-Do not test your crypter on http://virustotal.com as it distributes the samples and your crypter will not remain FUD if you scan with virustotal.

Where can I Download a Free FUD crypter?

As I already mentioned that as the crypter becomes popular it doesnot remain FUD.So the only FUD crypter available are those made by indivuals and they can be found by spending a little time on google by searching.It will not make profit to anybody if I share FUD crypter here used by me as it will not remain FUD for long as some noobs will surely scan it with virustoal.So,its better you search your own and keep it to yourself.

Download Free FUD Crypter

I am giving you a link to a free crypter so that you can play it with and test whether it is FUD or not.

Click here To Free Download FUD Crypter

Read Users' Comments (0)

What is Steganography | Ethical Hacking

Well today we are making the first post of “LEARN HACKING LEVEL 2″.
The First topic we are going to discuss today is “STEGANOGRAPHY”.

So what is Steganography?

Before coming to the point let me tell you its history.
You might have seen in old chinese movies that the monks used to safeguard secrets by hiding those secrets on their body parts so that no one else can see them but them.

This concept was developed further and it was implemented in computers as well.
This is called Steganography.

Now coming to its implementation in Computers.

By the use of Steganography you can Hide one type of file behind other keeping the format of file same.
I personally find it very useful because it helps me hide my important information easily.

So do you want to try Steganography on your machine ?

Lets get started.

NOTE:- The files and folder names I am going to use are just for reference. You may use different if you want to. But for beginning I would suggest to follow along. Later on you can try it with different file names.

Setup:-

1) Create a new folder named test in any drive (say C: Drive)

2) In the test folderCreate a text file in it named – hi.txt

3) Copy any default windows picture from my pictures say – desert.jpg in the test folder

Now the game begins.
Type anything you want to in the Text file and make its font big so that its easily readable

1) Open command prompt

2) Open the test folder.
You may use the following commands to do that

2.1) C:
2.2) cd test

3) Now use the following command

COPY /B desert.jpg+hi.txt new.jpg
ie… the syntax is
Copy /B name of file in which you want to embedded the content+ name of file which you want to embedded name of new file

And that’s it. You are done.
Open the test folder and you will see a new image named new.jpg.
When you preview it you will see the normal image but now right click it and open the image withnotepad. At the end of the file you can see the text that you wrote in the document.

Well this was just the beginning.

Now the more interesting use of it.
If you want to bind rar files to images. You can do that as well.
(You may put anything you want in the rar file)..

I am sure this was something new for most of you out here..;-)

Read Users' Comments (0)

Bug In Windows Calculator

Hey Readers! this time Learn Hacking has brought a cool windows bug for you guys.

Its something everyone should know.
This is a Bug in Windows Calculator.

Note:- It works with all versions of Windows.

So without much discussion, let me proceed to the bug.
Have you ever used square root button in windows?

If yes, it is a possibility that you might have come across this bug…. If not, you are just about to know it..

Just follow the steps:-

1) Open calculator ie..
Goto run and type – calc

2) Now type the following
2.1) Type 4
2.2) Take its square root by using the square root button,
2.3) Now you will get 2. Subtract 2 from it.
2.4) The answer should have been 0 but its not. You would have got a long number as your answer.

See.. it was as simple.

Here is the general syntax to this bug.

1) Take Any number
2) Take its square root
3) Subtract its square root from it
4) Your answer is not 0.. That’s the bug.

I am sure this was something new for most of you out here..;-)

Read Users' Comments (0)

How to hack a wi-fi network

Doesn’t it suck when you see your laptop’s catching so many wi-fi signals but none of them is accessible.. don’t you feel like “I wish I could some how break the password and dive into the deep oceans of the information” I beleive everyone should be able to have free internet. If someday I make it big enough and I’ll be having ample money.. I promise I’ll provide free wifi hotspots all over the places.. “Let there be INTERNET”.. even If I don’t get rich.. I’ll become a politician and would make Internet a Fundemental right to every citizen.. Now that would be something..
That’s enough with the Castles in the air.. now lets get back to reality..
What I can do for you right now is that I can tell you how to hack a wifi network to access Internet.. Some would call it stealing.. some like me won’t..
I’ll call it Sharing.. Sharing is what on which the whole Internet is build upon…
So.. Here’s how we do it..

1) First we need to scan for available wireless networks.
Theres this great tool for windows to do this.. calledNetStumbleror Kismet for Windows and Linux andKisMac for Mac
Below is a screenshot of NetStumbler.. It will show you a list of all the wireless access points in your range.
It’ll also show how the Wi-fi network is secured..
The two most common encryption types are:
1) WEP

2) WAP
WEP i.e Wire Equivalent Privacy is not consideres as safe as WAP i.e Wireless Application Protocol.
WEP have many flaws that allows a hacker to crack a WEP key easily.. whereas

WAP is currently the most secure and best option to secure a wi-fi network..
It can’t be easily cracked as WEP because the only way to retreive a WAP key is to use a brute-force attack or dictionary atack.
Here I’ll tell you how to Crack WEP
To crack WEP we will be using Live Linux distribution called BackTrack to crack WEP.
BackTrack have lots of preinstalled softwares for this very purpose..
The tools we will be using on Backtrack are:
Kismeta wireless network detector
airodumpcaptures packets from a wireless router
aireplay forges ARP requests
aircrackdecrypts the WEP keys
1) First of all we have to find a wireless access point along with its bssid, essid and channel number. To do this we will run kismet by opening up the terminal and typing in kismet. It may ask you for the appropriate adapter which in my case is ath0. You can see your device’s name by typing in the command iwconfig.
How to Hack a Wifi network | WEP Hacking | Wifi Hacking
2) To be able to do some of the later things, your wireless adapter must be put into monitor mode. Kismetautomatically does this and as long as you keep it open, your wireless adapter will stay in monitor mode.
3) In kismet you will see the flags Y/N/0. Each one stands for a different type of encryption. In our case we will be looking for access points with the WEP encryption. Y=WEP N=OPEN 0=OTHER(usually WAP).
4) Once you find an access point, open a text document and paste in the networks broadcast name (essid), its mac address (bssid) and its channel number. To get the above information, use the arrow keys to select an access point and hit to get more information about it.
How to Hack a Wifi network | WEP Hacking | Wifi Hacking
5) The next step is to start collecting data from the access point with airodump. Open up a new terminal and start airodump by typing in the command:
airodump-ng -c [channel#] -w [filename] –bssid [bssid] [device]
In the above command airodump-ng starts the program, the channel of your access point goes after -c , the file you wish to output the data goes after -w , and the MAC address of the access point goes after –bssid. The command ends with the device name. Make sure to leave out the brackets.
6) Leave the above running and open another terminal. Next we will generate some fake packets to the target access point so that the speed of the data output will increase. Put in the following command:
aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:55:66 -e [essid] [device]
In the above command we are using the airplay-ng program. The -1 tells the program the specific attack we wish to use which in this case is fake authentication with the access point. The 0 cites the delay between attacks, -a is the MAC address of the target access point, -h is your wireless adapters MAC address, -e is the name (essid) of the target access point, and the command ends with the your wireless adapters device name.
7) Now, we will force the target access point to send out a huge amount of packets that we will be able to take advantage of by using them to attempt to crack the WEP key. Once the following command is executed, check yourairodump-ng terminal and you should see the ARP packet count to start to increase. The command is:
aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:5:66 [device]
In this command, the -3 tells the program the specific type of attack which in this case is packet injection, -b is theMAC address of the target access point, -h is your wireless adapters MAC address, and the wireless adapter device name goes at the end.
8) Once you have collected around 50k-500k packets, you may begin the attempt to break the WEP key. The command to begin the cracking process is:
aircrack-ng -a 1 -b [bssid] -n 128 [filename].ivs
In this command the -a 1 forces the program into the WEP attack mode, the -b is the targets MAC address, and the -n 128 tells the program the WEP key length. If you don’t know the -n , then leave it out. This should crack the WEP key within seconds. The more packets you capture, the bigger chance you have of cracking the WEP key.
How to Hack a Wifi network | WEP Hacking | Wifi Hacking
I am sure it might have helped.:)

Read Users' Comments (0)