Cybersecurity Online Resources#

YouTube Channels#

Pentester Academy#

Pentester Academy, contributed to and run in collaboration by the same excellent instructor from SecurityTube, this site has many courses available pertinent to pentesting and computer security.
Pentester Academy Youtube Channel


Open Security Training#

Open Security Training has excellent courses in the field of computer security.
Open Security Training Youtube Channel


SecurityTube#

The Security Tube is an excellent resource for learning computer security and ethical hacking.
The Security Tube Youtube Channel


Hackersploit#

Hackersploit, first name Alexis, is a really good computer security / ethical hacking instructor. He has an excellent Youtube channel and private website.
Hackersploit’s Youtube Channel
Capture The Flag (CTF) Series


IppSec#

Excellent video tutorials on hacking, Capture The Flag (CTF), and Hack The Box.
IppSec’s Youtube Channel
IppSec’s Playlists


Joseph Delgadillo#

Joseph Delgadillo offers a Complete Ethical Hacking Course, beginner to advanced.
The Complete Ethical Hacking Course: Beginner to Advanced!


NetSecNow (www.PentesterUniversity.org)#

Full of many great videos on computer security / ethical hacking.
How-to Penetration Testing and Exploiting with Metasploit + Armitage + msfconsole
NetSecNow’s Main Youtube Channel


MIT Open Courseware#

MIT 6.858 Computer Systems Security, Fall 2014
Click here for youtube videos from course


Websites#

NetSecNow (www.PentesterUniversity.org)#

Pentester University’s website (paid)


Pentester Academy (Free and Paid)#

This site is full of excellent computer security / ethical hacking courses. You can even get certifications.
Pentester Academy (Free and Paid)


Open Security Training (Free)#

Excellent courses on ARM and x86 Assembly, Binaries, Exploits and Malware
Open Security Training (Free)
Hacking Techniques and Intrusion Detection


SecurityTube (paid)#

This site is full of excellent computer security / ethical hacking courses. You can even get certifications.
Security Tube’s Training Site (paid)


MIT Open Courseware#

MIT 6.858 Computer Systems Security, Fall 2014
Instructor: Armando Solar-Lezama
Click here for course


Azeria Labs ARM Assembly and Shellcoding Techniques#

INTRODUCTION TO WRITING ARM SHELLCODE


Smashing The Stack For Fun And Profit#

by Aleph One
Smashing the Stack For Fun and Profit


Mastering Gnu DeBugger (GDB)#

Modular Visual Interfaces for GDB#

GEF - GDB Enhanced Features for exploit devs and reversers#

GEF Screenshot

GEF - GDB Enhanced Features for exploit devs and reversers


GDB Dashboard (Modular, Terminal Based Color UI)#

GDB Dashboard Screenshot

Modular visual interface for GDB in Python


PEDA - Python Exploit Development Assistance for GDB#

PEDA Screenshot

Python Exploit Development Assistance


GDB Dashboard by cyrus-and#

GDB Dashboard by cyrus-and

GDB Dashboard


GDB Grab Bag of Useful Websites and Information#


Passing a command to GDB when running a program
set args “perl -e 'print "A"x20;'
or
(gdb)run $(perl -e 'print "A"x20')
Passing a command to GDB when running a program.


Writing memory with GDB
set *((unsigned char *) 0x1234567) = 50
Writing memory with GDB.


GDB QUICK REFERENCE GDB Version 4 Essential Commands
GDB QUICK REFERENCE GDB Version 4 Essential Commands


GDB Cheat Sheet
GDB Cheat Sheet