This commit is contained in:
Ben Sadeghi 2019-01-15 11:41:29 -08:00
parent e911e72a7a
commit 853bec2571

View file

@ -1,6 +1,26 @@
# Resources-for-Beginner-Bug-Bounty-Hunters
#Intro
## Intro
There are number of new hackers joining the community on regular basis and this raises the question of "How do I get started and what are some good resources?" and we hope to help with those questions using this repository.
As a hacker, there a ton of techniques, terminologies, and topics you need to familiarize yourself with to understand how an application works. Cody Brocious [(@daeken)](http://twitter.com/daeken) and I put these resources together in order to help new hackers with resources to learn basics of Web Application Security.
## Web basics
- All in one resource:
https://www.hacker101.com/sessions/web_in_depth
https://www.tutorialspoint.com/http/
- Headers
https://www.tutorialspoint.com/http/http_header_fields.htm
- Request form
https://www.tutorialspoint.com/http/http_requests.htm
- Response form
https://www.tutorialspoint.com/http/http_responses.htm
- Response codes
https://www.tutorialspoint.com/http/http_status_codes.htm
- URL Encoding
https://www.tutorialspoint.com/http/http_url_encoding.htm
- Methods
https://www.tutorialspoint.com/http/http_status_codes.htm