All Projects → Hacker0x01 → Hacker101

Hacker0x01 / Hacker101

Licence: other
Source code for Hacker101.com - a free online web and mobile security class.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Hacker101

diwa
A Deliberately Insecure Web Application
Stars: ✭ 32 (-99.74%)
Mutual labels:  education, xss, sql-injection, csrf, web-security, session-fixation
Phpvuln
Audit tool to find common vulnerabilities in PHP source code
Stars: ✭ 146 (-98.81%)
Mutual labels:  hacking, xss, sql-injection, vulnerability
Resources For Beginner Bug Bounty Hunters
A list of resources for those interested in getting started in bug bounties
Stars: ✭ 7,185 (-41.33%)
Mutual labels:  education, hacking, xss, web-security
Web Security Fundamentals
👨‍🏫 Mike's Web Security Course
Stars: ✭ 195 (-98.41%)
Mutual labels:  xss, web-security, csrf
solutions-bwapp
In progress rough solutions to bWAPP / bee-box
Stars: ✭ 158 (-98.71%)
Mutual labels:  xss, sql-injection, csrf
Cazador unr
Hacking tools
Stars: ✭ 95 (-99.22%)
Mutual labels:  hacking, xss, csrf
vulnerabilities
List of every possible vulnerabilities in computer security.
Stars: ✭ 14 (-99.89%)
Mutual labels:  xss, sql-injection, csrf
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (-75.98%)
Mutual labels:  hacking, xss, sql-injection
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (-93.08%)
Mutual labels:  hacking, xss, vulnerability
Hackerone Reports
Top disclosed reports from HackerOne
Stars: ✭ 458 (-96.26%)
Mutual labels:  xss, sql-injection, csrf
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (-92.76%)
Mutual labels:  xss, csrf, vulnerability
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (-26.66%)
Mutual labels:  hacking, sql-injection, csrf
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (-89.65%)
Mutual labels:  hacking, web-security
In Spectre Meltdown
This tool allows to check speculative execution side-channel attacks that affect many modern processors and operating systems designs. CVE-2017-5754 (Meltdown) and CVE-2017-5715 (Spectre) allows unprivileged processes to steal secrets from privileged processes. These attacks present 3 different ways of attacking data protection measures on CPUs enabling attackers to read data they shouldn't be able to. This tool is originally based on Microsoft: https://support.microsoft.com/en-us/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in
Stars: ✭ 86 (-99.3%)
Mutual labels:  hacking, vulnerability
Sourcecodesniffer
The Source Code Sniffer is a poor man’s static code analysis tool (SCA) that leverages regular expressions. Designed to highlight high risk functions (Injection, LFI/RFI, file uploads etc) across multiple languages (ASP, Java, CSharp, PHP, Perl, Python, JavaScript, HTML etc) in a highly configurable manner.
Stars: ✭ 87 (-99.29%)
Mutual labels:  xss, sql-injection
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (-99.29%)
Mutual labels:  hacking, vulnerability
Mobile Security Framework Mobsf
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
Stars: ✭ 10,212 (-16.61%)
Mutual labels:  web-security, mobile-security
Ble Security Attack Defence
✨ Purpose only! The dangers of Bluetooth Low Energy(BLE)implementations: Unveiling zero day vulnerabilities and security flaws in modern Bluetooth LE stacks.
Stars: ✭ 88 (-99.28%)
Mutual labels:  hacking, vulnerability
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (-14.66%)
Mutual labels:  hacking, vulnerability
Sap exploit
Here you can get full exploit for SAP NetWeaver AS JAVA
Stars: ✭ 60 (-99.51%)
Mutual labels:  sql-injection, vulnerability

Hacker101

Hacker101 is a free class for web security. Whether you're a programmer with an interest in bug bounties or a seasoned security professional, Hacker101 has something to teach you.

Getting Started

Prerequisites

  • Ruby
  • bundler
    • Run gem install bundler, if needed

Installing

Clone this repo:

git clone https://github.com/Hacker0x01/hacker101.git

In the project directory, run:

bundle install

Build the site and spin up the server:

bundle exec jekyll serve

Browse to http://localhost:4000

Contributing

Issues and pull requests are welcome on GitHub!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].