|
Here's a new lecture I've created:
.. and a few others:
- Accessing services on Windows 2003. This gives an overview of accessing important services, such as Telnet, FTP, SMTP, and so on, from Windows 2003 for Lab 1 (Page 176).
- Toolkit 1 demo. This provides an overview of Toolkit 1 lab for Lab 1 (Page 182). Source code [here].
- Toolkit. This is a program which can be used to investigate client/server applications [demo]. Run client.exe and it should have the client and server program in it. Also it contains a packet capture tab, where you can see the network connections.
- Demo of Linux services. This gives an overview of accessing important services, such as Telnet, FTP, SMTP, and so on, from Linux (Lab 2).
- Demo of Nessus. Nessus is an excellent vulnerability scanner.
- Cross scripting example. This shows an example of an SQL injection attack, which is an example of a cross-scripting threat.
- IDS detecting ping and port scan. This shows a simple example of using IDS for detecting a ping on a host, and' also in using the sfportscan preprocessor to detect a port scan.
- Snort example using ProfSIMS.
- Hydra vulnerability scanning. The Hydra program allow administrators to scan their servers, such as for FTP and Telnet, for vulnerabilities. This example shows a practical scan for a range of user names and passwords.
- Hping vulnerability scanning. The hping program can be used to craft data packet which can be used for vulnerability testing.
- Run TCP Dump. TCP dump analysis. [TCP Dump Tutorial].
- Network Forensics. This shows an example of analysing simple network traces.
- Tripwire. This shows an example of configuring Tripwire in Linux.
- Encryption/Hashing/etc. This shows examples from the encryption/hashing part of the Toolkit. Run TCP Dump.
- RSA Public key. This shows examples from the RSA encryption part of the Toolkit. Run TCP Dump.
- Brute force. This shows an example of brute force on encrypted content.
- Digital Certificates. This shows the importing of digital certificates.
- Encoding. This shows an example of converting from ASCII, Base-64, Hex, and Binary, into the other formats.
- Ex-OR encoding. This shows an example of Ex-OR encoding.
- Frequency analysis. This shows an example of frequency encoding.
|