From 48588ee5f383c366e4878d1194cfb08a15220ef7 Mon Sep 17 00:00:00 2001 From: 456477617264 Date: Sun, 10 Oct 2021 10:51:22 +0100 Subject: [PATCH] Updated nav + disclaimer + resources --- CyberSecurity.md | 57 +++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/CyberSecurity.md b/CyberSecurity.md index b7d3661..620aba2 100644 --- a/CyberSecurity.md +++ b/CyberSecurity.md @@ -2,34 +2,40 @@ ## Contents 1. [Introduction](README.md#introduction) -2. [Contributing](README.md#contributing) -3. [Student Discount/Free Stuff](README.md#freestuff) -4. [Hull University Related](README.md#hulluniversity) -5. [Hull Related](README.md#hull) -6. [Business/Career](README.md#business) -7. [Services](README.md#services) -8. [Software](README.md#software) -9. [Law and Standards](README.md#standards) -10. [Learning Resources](README.md#education) -11. [Linux Distributions](README.md#linux) + - [Contributing](README.md#contributing) +2. [Hull University Resources](README.md#hulluniversity) + - [Student Discount/Free Stuff](README.md#freestuff) +3. [Hull Resources (Non University)](README.md#hull) +4. [Business/Career](README.md#business) +5. [Services](README.md#services) +6. [Software](README.md#software) +7. [Programming](Programming.md) +8. [Ethics, Law & Professionalism](Ethics_Law_Professionalism.md) + - [Ethics](Ethics_Law_Professionalism.md#ethics) + - [Professionalism & Standards](Ethics_Law_Professionalism.md#standards) + - [Law](Ethics_Law_Professionalism.md#law) +9. [Learning Resources](README.md#education) +10. [Linux Distributions](README.md#linux) +11. [Electronics](Electronics.md) 12. [Hypervisors and virtual machines](Virtualisation.md#virtualisation) -13. [Cyber Security Resources](CyberSecurity.md#cyber) + - [Andrew Hancock, VMware Expert](Virtualisation.md#andrewhancock) +13. [Cyber Security Resources](CyberSecurity.md) 14. [Other Interesting Stuff](README.md#misc) -15. [Andrew Hancock, Department of Computer Science & Technology - Systems](Virtualisation.md#andrewhancock) # Cyber Security List -#### Disclaimer: +> ## Disclaimer: +>Hacking without authorisation is illegal. +> +>Links to these materials are provided for reference only. Freeside is not responsible for your use of resources and you should seek permission before performing testing or exploitation systems not owned by yourself. +> +>Freeside will report malicious hacking to the University and/or legal bodies where appropriate. -Hacking without authorisation is illegal. - -Links to these materials are provided for reference only. You should not engage in illegal acts. Freeside will report malicious hacking to the University. - -1. [Hackersploit](https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q) (Youtube Channel) - ***'hacking' without permission is illegal. Don't act without written consent.*** -2. [Capture the Flag Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGOyRReqMyE-CDMWAQ5AgXO-). ***'hacking' without permission is illegal. Don't act without written consent.*** -3. [Metasploit Introduction Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGN31ZPTzBbk70bohTYT7HSm). ***'hacking' without permission is illegal. Don't act without written consent.*** -4. [Ethical Hacking Introduction Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGOEuhPQSnq-Ej8jRyXxfYvl). ***'hacking' without permission is illegal. Don't act without written consent.*** -5. [Python3 for Penetration Testing Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGM_dncTqO9l-0zUQYP0nNPU) ***'hacking' without permission is illegal. Don't act without written consent.*** +1. [Hackersploit](https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q) (Youtube Channel) +2. [Capture the Flag Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGOyRReqMyE-CDMWAQ5AgXO-). +3. [Metasploit Introduction Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGN31ZPTzBbk70bohTYT7HSm). +4. [Ethical Hacking Introduction Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGOEuhPQSnq-Ej8jRyXxfYvl). +5. [Python3 for Penetration Testing Playlist](https://www.youtube.com/playlist?list=PLBf0hzazHTGM_dncTqO9l-0zUQYP0nNPU) 6. [Hunchly](https://www.hunch.ly/) - The Only Web Capture Tool Designed For Online Investigations. 7. [Have I Been Pwned](https://haveibeenpwned.com/) 8. [Authy](https://authy.com) @@ -49,4 +55,9 @@ Links to these materials are provided for reference only. You should not engage 22. [Infosec Institute](https://www.infosecinstitute.com/resource-center/) - Info sec best practices & updates. 23. [Wireshark Packet Analysis](https://youtu.be/ZO46H_kI1bc) 24. [SSL Labs](https://ssllabs.com) - Test the HTTPS configuration of your web server online -25. [testssl.sh](https://testssl.sh/) - TLS configuration tester like SSL Labs, but runs locally \ No newline at end of file +25. [testssl.sh](https://testssl.sh/) - TLS configuration tester like SSL Labs, but runs locally +26. [Pentestlab](https://pentestlab.blog/) Blog. +27. [Securityaffairs](https://securityaffairs.co/wordpress/) Blog of Pierluigi Paganini. +28. [University of Maryland - Hardware Security](https://www.coursera.org/learn/hardware-security) +29. [University of Maryland - Software Security](https://www.coursera.org/learn/software-security) +30. [University of Maryland - Usable Security](https://www.coursera.org/learn/usable-security) \ No newline at end of file