mirror of
https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters.git
synced 2024-11-22 03:33:07 +00:00
v0.1
This commit is contained in:
parent
e911e72a7a
commit
853bec2571
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue