Last active
August 6, 2021 18:58
-
-
Save bryanmobrien/097bc2de392c4efe7d0bd2621be08b4f to your computer and use it in GitHub Desktop.
CEH Training Websites
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://lms.nhcms.net/User/CurrentTraining/2586352 | |
https://evantage.gilmoreglobal.com/#/ | |
https://home.pearsonvue.com/eccouncil | |
https://lms.nhcms.net/Class/1735312 | |
https://iwar.org.uk/ | |
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml | |
https://sectools.org/ | |
https://nvd.nist.gov/ | |
https://cve.mitre.org/ | |
https://cwe.mitre.org/top25/archive/2021/2021_cwe_top25.html | |
https://www.kb.cert.org/vuls/ | |
https://twitter.com/CVEnew | |
https://us-cert.cisa.gov/ | |
https://openvas.org/ | |
https://cirt.net/Nikto2 | |
https://informatica.uv.es/~carlos/docencia/netinvm/ | |
https://tools.kali.org/ | |
https://www.tcpdump.org/ | |
https://aspen.eccouncil.org/Account/Register | |
https://www.wireshark.org/ | |
https://dban.org/ | |
https://www.professormesser.com/security-plus/sy0-601/sy0-601-video/sy0-601-comptia-security-plus-course/ | |
https://www.professormesser.com/network-plus/n10-007/n10-007-training-course/ | |
https://sectools.org/tag/wireless/ | |
https://magnumtelecom.com/en/ | |
https://wigle.net/ | |
https://www.honeynet.org/ | |
https://www.mscs.dal.ca/~selinger/md5collision/ | |
https://shattered.it/ | |
http://miraclesalad.com/webtools/md5.php | |
https://www.sans.org/information-security-policy/?msc=main-nav | |
https://github.com/trustedsec/social-engineer-toolkit | |
https://www.social-engineer.org/framework/general-discussion/ | |
https://rot13.com/ | |
https://gnupg.org/ | |
https://sourceforge.net/projects/truecrypt/ | |
https://veracrypt.fr/en/Home.html | |
https://www.cryptool.org/en/ | |
https://quizlet.com/subject/CEH/ | |
http://www.gocertify.com/quizzes/ceh/ | |
https://www.securityfocus.com | |
https://www.exploit-db.com | |
============================================ | |
Modifying resolution of ParrotOS VM display. | |
> sudo su | |
# vim /etc/default/grub | |
** MODIFY THE FOLLOWING LINE replace 1024x768 with the resolution you prefer. 1920x1080 worked for me ** | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080" | |
** don't forget double quotes around "quiet splash ..." !! ** | |
:wq (save and exit) | |
# update-grub | |
# reboot | |
You should now have a display larger than 1024x768 | |
================================================== | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment