You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Programming language for web security?
- Thread starter f3bbs
- Start date
cyborghawk007
New member
- Messages
- 3
- Joined
- Nov 14, 2020
- Reaction score
- 1
- Points
- 3
There are no best. Learn as much you can, better start with python
nobody99
New member
- Messages
- 3
- Joined
- Feb 13, 2021
- Reaction score
- 3
- Points
- 3
That's right. Learn about concepts and theory, spend your time there. Most importantly, learn about the fundamentals of the internet. Learn less about hacking and more about what verbs can be used in REST.
What happens if I change this get request to a POST?
What happens if I change the &userid=1000353 to &userid=1 ?
These are the types of things you should be thinking about. Do not fall into a trap of trying to find the best language for X -- you will spend a lot of wasted time.
Once you understand the fundamentals -- then you will pick up coding easily. It will then just become an issue of using code to solve simple problems.
--nobody
What happens if I change this get request to a POST?
What happens if I change the &userid=1000353 to &userid=1 ?
These are the types of things you should be thinking about. Do not fall into a trap of trying to find the best language for X -- you will spend a lot of wasted time.
Once you understand the fundamentals -- then you will pick up coding easily. It will then just become an issue of using code to solve simple problems.
--nobody