Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Talk:Network"

From NetSec
Jump to: navigation, search
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
We need to update or add the following pages:
 
We need to update or add the following pages:
  
 +
 +
:''PLEASE READ THE ENTIRE LIST BEFORE EDITING ANYTHING.''
 +
 +
 +
'''Explanation/Background''':
 +
:''If packet diagram, make example packet for diagram to explain.''
 +
* [[packet]] - definition
 +
* [[ethernet frame]] - definition, diagram
 +
* [[packet header]] - definition
 +
* [[IP header]] - diagram of IP header, show what part of packet etc
 +
* [[packet flag]] - different flags that are available (syn/ack/fin/urg/etc)
 +
* [[IP address]]  - definition
 +
* [[MAC address]] - redirect to [[MAC]], update with definition, explain [[OUI]]
 +
* [[protocol header]] - may be unique to tcp/igmp/udp/etc, definition
 +
* [[subnet]] - definition
 +
* [[multicast]] - definition
 +
* [[ICMP]] - definition + packet diagram
 +
* [[IGMP]] - definition + packet diagram
 +
* [[UDP]] - definition + packet diagram
 +
* [[OSPF]] - definition + packet diagram[s]
 +
* [[CDP]] - definition + packet diagram[s]
 +
* [[RIP]] - definition + packet diagram[s]
 +
* [[SNMP]] - definition + packet diagram
 +
* [[TCP]] - definition + packet diagram
 +
* [[BGP]] - definition + packet diagram
 +
* [[ARP]] - definition + packet diagram
 +
* [[DHCP]] - definition + packet diagram
 +
* [[DNS]] - definition + packet diagram
 +
 +
'''Utilities/Admin:'''
 +
:''Mostly how-tos for quick usage, some quick strings/examples in different os's''
 
* [[netstat]]
 
* [[netstat]]
 
* [[netcat]] with telnet redirect
 
* [[netcat]] with telnet redirect
 
* [[nmap]]
 
* [[nmap]]
 
* [[ping]]
 
* [[ping]]
 +
* [[arping]]
 
* [[mtr]]
 
* [[mtr]]
 
* [[traceroute]] - merge with [[TCP traceroute]]
 
* [[traceroute]] - merge with [[TCP traceroute]]
Line 13: Line 45:
 
* [[ettercap]]
 
* [[ettercap]]
 
* [[airsnort]]
 
* [[airsnort]]
 +
* [[subnetting]] / [[routing]] - clean these up and maybe merge?
 
* [[kismet]]
 
* [[kismet]]
 
* [[aircrack-ng]] suite
 
* [[aircrack-ng]] suite
 +
* [[iproute2]]
 +
* [[ifconfig]] and [[ipconfig]]
 +
* [[quagga]] / [[zebra]]
 +
* [[dig]]
 +
 +
'''TCP Protocol explanations:'''
 +
:''Easy stuff, e.g. GET / HTTP 1.1''
 +
* [[SMTP]]
 +
* [[HTTP]]
 +
* [[FTP]]
 +
* [[IRC]]
 +
 +
 +
 +
'''Network Exploitation'''
 +
* [[sniffing]] - definition
 +
* [[spoofing]] - definition
 +
* [[man in the middle]] - definition / redirect to http://www.blackhatlibrary.net/MITM_attack
 +
* [[ICMP redirect]] - not just denial of service update & definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 +
* [[ARP poisoning]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 +
* [[DHCP spoofing]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 +
* [[IP hijack]]    - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 +
* [[DNS poisoning]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 +
* [[DNS cache poisoning]]
 +
* [[NTLM downgrade attack]]
 +
* [[RIP downgrade attack]]
 +
* other stuff for wep/wpa/wps/other types of mitm & snooping

Latest revision as of 20:42, 7 August 2012

We need to update or add the following pages:


PLEASE READ THE ENTIRE LIST BEFORE EDITING ANYTHING.


Explanation/Background:

If packet diagram, make example packet for diagram to explain.
  • packet - definition
  • ethernet frame - definition, diagram
  • packet header - definition
  • IP header - diagram of IP header, show what part of packet etc
  • packet flag - different flags that are available (syn/ack/fin/urg/etc)
  • IP address - definition
  • MAC address - redirect to MAC, update with definition, explain OUI
  • protocol header - may be unique to tcp/igmp/udp/etc, definition
  • subnet - definition
  • multicast - definition
  • ICMP - definition + packet diagram
  • IGMP - definition + packet diagram
  • UDP - definition + packet diagram
  • OSPF - definition + packet diagram[s]
  • CDP - definition + packet diagram[s]
  • RIP - definition + packet diagram[s]
  • SNMP - definition + packet diagram
  • TCP - definition + packet diagram
  • BGP - definition + packet diagram
  • ARP - definition + packet diagram
  • DHCP - definition + packet diagram
  • DNS - definition + packet diagram

Utilities/Admin:

Mostly how-tos for quick usage, some quick strings/examples in different os's

TCP Protocol explanations:

Easy stuff, e.g. GET / HTTP 1.1


Network Exploitation