Refer to my lecture short note from view only document Mircrosoft One Note Cybersecurity Short Note.
Week Number | Lecture | Self Made MCQs |
---|---|---|
Week 1 | Information Systems Security Fundamentals | - |
Week 2 | Network Security Fundamentals and Threats | MCQ Paper |
Week 3 | Cryptography and Cryptogrphic Tools | MCQ Paper |
Week 4 | AAA and Access Control | MCQ Paper |
Week 5 | Malicious software and adverserial behaviours | MCQ Paper |
Week 7 | Software and Web application security | MCQ Paper |
Week 8 | Defensive Technologies- Securing the Network and Services | MCQ Paper |
Week 9 | Defensive Technologies -(Intrusion Detection and Firewalls) | MCQ Paper |
Week 10 | Risk management principles, Plans and procedures | - |
Week 11 | Security in various environments | - |
Sample MCQ papers are made by my self, not by the university.
Download VMs from the UoW Link and import using the Virtual Box.
Script is a unix utility command that records terminal session as a log file. Read the documentation from here.
$ script output.txt
Script started, file is output.txt
# terminal session will be saved to the output.txt file.
# do your commands..........
#...................
$ exit
Script done, file is output.txt
# Now the session is recorded in the output.txt file.
# To open the file use the following command
$ cat output.txt
VM | IP |
---|---|
Kali | 192.168.56.101 |
OWASP | 192.168.56.102 |
Win 7 IE8 | 192.168.56.103 |
Tutorial 1 - Note ✅
- Setting up VMs
- Private virtual network
- Connecting VMs to the private virtual network
- Changing the network adapter
Tutorial 2 - Note ✅
- Basic Linux Commands
- File handling commands in linux
- User access controlling (Permission)
- Networking
- Linux package manager
Tutorial 3 - Note ✅
- OSINT tools
- TheHarvester
- SpiderFoot
- Recon-ng
- SIGIT – Simple Information Gathering Toolkit
- Information Gathering
Tutorial 4 - Note ✅
- TCP flooding using hping3
- Smurf DoS attack using DDos Ripper
- MHDDos Attack Script With 51 Methods
- Man in the Middle Attacks and Session Hijacking
- Setting up a spoofing attack with Ettercap - ARP Spoofing