7 Must have tools for every Hacker
All these tools provided here are free of cost,are tried hands on and are being actively developed by community,and if not,their alternatives are provided.To summarize it up, these are the 7 must have tools for every hacker
HEARTBLEED Bug Explanation
It is a critical bug in the OpenSSL's implementation of the TLS/DTLS heartbeat extension that allows attackers to read portions of the affected server’s memory, potentially revealing users data, that the server did not intend to reveal.
Beginners guide to hacking
The Basic And Advanced Steps of Hacking And Will Help You Develop The Hacker Attitude.You Will Learn Various Kinds Of Hacking
Just Fucking Google it .....
This is for people that ask how to hack facebook and how to unzip a file and how to sfix erorrs in kali linux , and how to hack a wep
Hacking Facebook Using Man in the Middle Attack
Hacking Facebook Using Man in the Middle Attack I will demonstrate how to hacking Facebook using MITM(Man in the Middle). This attack usually happen inside a Local Area Network(LAN) in office, internet cafe, apartment, etc.
Friday, May 23, 2014
10 Programming Languages You Should Learn in 2014
Sunday, May 18, 2014
How to Use Ravan, JavaScript based Distributed Password cracking ? ? ?
You want to crack a hash but your system speed is low?! No need to worry..! Here is solution for you , "Distributed Password Cracking". Let me introduce a new tool called "Ravan"
Ravan now supports MD5,SHA1,SHA256,SHA512 hashes.About Ravan:Ravan is a JavaScript based Distributed Computing system that can perform brute force attacks on salted hashes by distributing the task across several browsers. It makes use of HTML5 WebWorkers to start background JavaScript threads in the browsers of the workers, each worker computes a part of the hash cracking activity.
Once the hash is submitted the master creates arrays of slots (each array contains 5 slots), this is submitted to the web backend. Each slot represents a small part of the keyspace, this is how the entire activity is broken down in to multiple tiny tasks. A single slot represents 1 million combinations.
The master constantly polls the web backend to check on the progress of the cracking process. As the existing list of slots is completed by the workers the master allots more slots. When a worker cracks the hash and returns the clear-text value the master confirm this and then signals all workers to stop cracking.
How to use Ravan?
- Go to http://www.andlabs.org/tools/ravan.html
- Enter the value of the hash that must be cracked
- Enter the value of the salt, if it is not a salted hash then leave it blank
- Enter the charset. Only these characters will be use in the brute force attack
- Select the hashing algorithm (MD5, SHA1, SHA256, SHA512)
- Select the position of the salt. (clear-text+salt or salt+clear-text)
- Hit ‘Submit Hash’
Final Words
Saturday, May 17, 2014
Things Need To Know Before Hacking/Pentesting Website
Basically i look for links, web form, source code, directory etc.
There are many tools you spider target website. But I prefer a proxy tools such Burp suit,owasp-zap and a downloader wget .
2. Configure your browser as proxy for burp suite>> Firefox: preference>>Advance>>Network>>Setting>>Manual proxy configuration and enter host: localhost and port: 8080
4. Now right click on your target host from burp then click on the “Spider this host”
wget -r www.target.com
Google is very powerful search engine and friend for hackers and penetration testers. We can gather many information by google easily. Such as all public information, email, parameter of the site, name, phone etc.
If we search on google with operator ‘site’ then we get many result :
site:www.targets.com filetype:asp
site:www.targets.com inurl:index.php
site:targets.com error
site:targets.com admin
link:targets.com
related:targets.com
Don’t be lazy if you are serious.
You should browse all pages manually, review behavior for all pages. Here some point you can follow :
1. Brute force/Dictionary attack for hidden directory. You can use Burp suite or owasp DirBuster(I will post later about all tools tutorial).
What is other information ?