Differences between revisions 14 and 81 (spanning 67 versions)
Revision 14 as of 2009-11-03 22:02:00
Size: 1188
Editor: 24-183-238-75
Comment:
Revision 81 as of 2025-07-11 15:45:35
Size: 2619
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
== CPTR 427 Network Security Class == = CPTR 427 Network Security =
Line 6: Line 6:
Below is a list of subpages for NetworkSecurity || <<TableOfContents>> || {{http://imgs.xkcd.com/comics/cryptography.png||width=300}} ||
Line 8: Line 8:
   * [[NetworkSecurity/Lab]] == Syllabus ==
Line 10: Line 10:
== Using WebScarab with WebGoat == Every class I teach uses a standard syllabus. This [[/Syllabus|syllabus link]] contains information unique to this course.
Line 12: Line 12:
  1. Start up WebScarab. It may be in basic mode.
     a. If it is, Go to Tools->Use Full Interface.
     a. Restart WebScarab.
  1. Fire up IE and go to Tools->Internet Options->Connections->LAN settings.
  1. Check Use proxy server and set address to localhost port 8008.
  1. Click OK and OK.
  1. On WebScarab go to Proxy->Manual Edit. Check Intercept Requests. Select GET and POST (using the CTRL key to select both).
  1. In IE go to http://localhost./WebGoat/attack. (notice the dot after localhost, it is required to apply proxy settings on localhost.) WebScarab should already start intercepting. The lessons should work after that. I was able to do a command injection following the steps in the solution. I have now put the proxy settings back to the way they were and shut down WebGoat (for security reasons, not sure if that was necessary but I did it.)
= Resources =
Line 21: Line 14:
This page contains resources for Network Security CPTR 427. For assignments etc. see the [[https://eclass.e.southern.edu|Eclass website]]. For information on '''what you should already know''', take a look at [[NetworkSecurity/Prerequisites]].
Line 22: Line 16:
= Often Discussed Topics = == Topics, Resources and Ideas for the future ==
/* * /NetworkSecurityEssentials4 notes from the book used in 2013. */
 * [[/Schedule|Schedule]]
 * [[/PassingSecurityPlus|Passing Security+ Exam - Links]]
 * [[/Lab]]
   * [[/Nebula|Nebuala, a nice beginner hacking tutorial]]
   * [[https://www.offensive-security.com/metasploit-unleashed/|Metasploit course - free]]
 * [[/Tools]]
 * [[http://academic.comptiastore.com/|CompTIA Academic Marketplace]]
 * [[/Programs]]
 * [[/Spam]]
 * /FireWall
 * [[/Topics]]
 * /SageIdeas
 * [[http://facultyfp.salisbury.edu/despickler/personal/CryptTools.asp|Cryptotools]] from AMS/MAA conference 2011 by Dr. Don Spickler.
 * [[http://www.backtrack-linux.org/|Backtrack Penetration Testing]]
 * Two proxy tools that allow editing and observing http(s) are [[NetworkSecurity/WebScarab|Web scarab]] and [[http://www.parosproxy.org/|Paros Proxy]] - there is also some nice proxies specifically for firefox.
 * [[http://www.securitywizardry.com/radar.htm|A nice dashboard]]
 * [[http://osvdb.org/|Open Source Vulnerability Database]]
 * [[http://web.nvd.nist.gov/view/vuln/search?execution=e2s1|National Vulnerability Database]]
 * [[http://exploit-db.com/]] Once upon a time there was a site called Milw0rm.com and it was great! But the maintainer passed away and eventually it was taken over by http://exploit-db.com/.
 * /SocksProxy
 * Back in the stone age (relatively speaking of course) Dr. A took a course called [[Csce877]].
Line 24: Line 40:
   * IpSec
----
CategoryHomepage
== Materials Used in this Class ==
'''Recommended AdditionalReading'''

 * [[http://www.snort.org/assets/125/snort_manual-2_8_5_1.pdf|Snort Manual]] (Free)
 * [[http://ofps.oreilly.com/titles/9781449320317/ch_Security.html|MVC 4 Security, Authentication and Authorization]]
 * [[http://www.tomsitpro.com/articles/information-security-certifications,2-205.html|Security Certifications]]

== DES Hints ==

 * http://www.cs.bham.ac.uk/research/projects/lemsys/DES/DESPage.jsp

== Past Year Class Pages ==
 * /Cptr427Winter2010

CPTR 427 Network Security

http://imgs.xkcd.com/comics/cryptography.png

Syllabus

Every class I teach uses a standard syllabus. This syllabus link contains information unique to this course.

Resources

This page contains resources for Network Security CPTR 427. For assignments etc. see the Eclass website. For information on what you should already know, take a look at NetworkSecurity/Prerequisites.

Topics, Resources and Ideas for the future

Materials Used in this Class

Recommended AdditionalReading

DES Hints

Past Year Class Pages

NetworkSecurity (last edited 2025-07-11 15:45:35 by scot)