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

Difference between revisions of "Talk:Network"

From NetSec
Jump to: navigation, search
Line 6: Line 6:
  
 
'''Explanation/Background''':
 
'''Explanation/Background''':
* [[packet]]
+
:''If packet diagram, make example packet for diagram to explain.''
* [[packet header]]
+
* [[packet]] - definition
* [[IP header]]
+
* [[ethernet frame]] - definition, diagram
* [[IP address]]
+
* [[packet header]] - definition
* [[MAC address]]
+
* [[IP header]] - diagram of IP header, show what part of packet etc
* [[protocol header]]
+
* [[packet flag]] - different flags that are available (syn/ack/fin/urg/etc)
* [[subnet]]
+
* [[IP address]] - definition
* [[multicast]]
+
* [[MAC address]] - definition, explain [[OUI]]
* [[ICMP]]
+
* [[protocol header]] - may be unique to tcp/igmp/udp/etc, definition
* [[IGMP]]
+
* [[subnet]] - definition
* [[UDP]]
+
* [[multicast]] - definition
* [[OSPF]]
+
* [[ICMP]] - definition + packet diagram
* [[UPnP]]
+
* [[IGMP]] - definition + packet diagram
* [[CDP]]
+
* [[UDP]] - definition + packet diagram
* [[RIP]]
+
* [[OSPF]] - definition + packet diagram[s]
* [[SNMP]]
+
* [[CDP]] - definition + packet diagram[s]
* [[TCP]]
+
* [[RIP]] - definition + packet diagram[s]
* [[BGP]]
+
* [[SNMP]] - definition + packet diagram
* [[ARP]]
+
* [[TCP]] - definition + packet diagram
* [[DHCP]]
+
* [[BGP]] - definition + packet diagram
* [[DNS]]
+
* [[ARP]] - definition + packet diagram
 
+
* [[DHCP]] - definition + packet diagram
 
+
* [[DNS]] - definition + packet diagram
  
 
'''Utilities/Admin:'''
 
'''Utilities/Admin:'''
 +
:''Mostly how-tos for quick usage, some quick strings/examples''
 
* [[netstat]]
 
* [[netstat]]
 
* [[netcat]] with telnet redirect
 
* [[netcat]] with telnet redirect
Line 52: Line 53:
  
 
'''TCP Protocol explanations:'''
 
'''TCP Protocol explanations:'''
 +
:''Easy stuff, e.g. GET / HTTP 1.1''
 
* [[SMTP]]
 
* [[SMTP]]
 
* [[HTTP]]
 
* [[HTTP]]
Line 60: Line 62:
  
 
'''Network Exploitation'''
 
'''Network Exploitation'''
* [[sniffing]]
+
* [[sniffing]] - definition
* [[spoofing]]
+
* [[spoofing]] - definition
* [[man in the middle]]
+
* [[man in the middle]] - definition
* [[ICMP redirect]]
+
* [[ICMP redirect]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
* [[ARP poisoning]]
+
* [[ARP poisoning]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
* [[DHCP spoofing]]
+
* [[DHCP spoofing]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
* [[IP hijack]]
+
* [[IP hijack]]    - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
* [[DNS poisoning]]
+
* [[DNS poisoning]] - definition, plus example with [[nemesis]] & [[tcpdump]] or [[scapy]]/[[ettercap]]
 
* [[DNS cache poisoning]]
 
* [[DNS cache poisoning]]
 
* [[NTLM downgrade attack]]
 
* [[NTLM downgrade attack]]
 
* [[RIP downgrade attack]]
 
* [[RIP downgrade attack]]
 
* other stuff for wep/wpa/wps/other types of mitm & snooping
 
* other stuff for wep/wpa/wps/other types of mitm & snooping

Revision as of 05:05, 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 - 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

TCP Protocol explanations:

Easy stuff, e.g. GET / HTTP 1.1


Network Exploitation