Posts

Showing posts with the label Network Technologies

Exploit Remote Computer using Metasploit > Kali Linux

Exploit Remote Computer using Metasploit > Kali Linux Network Technologies Using IP of Victim: Initializing msf console: root@kali:~# msfconsole Frustrated with proxy pivoting? Upgrade to layer-2 VPN pivoting with Metasploit Pro -- type 'go_pro' to launch it now.        =[ metasploit v4.8.2-2014010101 [core:4.8 api:1.0] + -- --=[ 1246 exploits - 678 auxiliary - 198 post + -- --=[ 324 payloads - 32 encoders - 8 nops

Harvester Attack Using Social Engineering Toolkit > Kali Linux

Harvester Attack Using Social Engineering Toolkit > Kali Linux Network Technologies Start SEToolkit: root@kali:~# setoolkit [-] New set_config.py file generated on: 2016-09-25 17:56:48.428780 [-] Verifying configuration update... [*] Update verified, config timestamp is: 2016-09-25 17:56:48.428780 [*] SET is using the new config, no need to restart

Demonstration of ARP Spoofing and Detection using XARP > Kali Linux

Image
Demonstration of ARP Spoofing and Detection using XARP > Kali Linux Networking Technologies ARPSPOOFING: Enable IP Forwarding: root@kali:~# echo 1 >/proc/sys/net/ipv4/ip_forward Edit Iptables: root@kali:~# iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080

Nmap

Image
Nmap Network Technologies Nmap  For Public IP: *Using nmap: root@kali:~# nmap 175.20.101.2 Starting Nmap 6.40 ( http://nmap.org ) at 2016-07-26 22:02 IST Nmap scan report for 2.101.20.175.adsl-pool.jlccptt.net.cn (175.20.101.2) Host is up (0.00057s latency). Not shown: 990 filtered ports PORT     STATE SERVICE 21/tcp   open  ftp 25/tcp   open  smtp 80/tcp   open  http 110/tcp  open  pop3 143/tcp  open  imap 443/tcp  open  https 465/tcp  open  smtps 587/tcp  open  submission 1863/tcp open  msnp 5050/tcp open  mmcc Nmap done: 1 IP address (1 host up) scanned in 5.40 seconds

An Example of using tools like whois, nslookup, dig, traceroute > Network Technologies

Image
An Example of using tools like whois, nslookup, dig, traceroute Network Technologies