Preliminary preparation:
Of course, the most basic prerequisite is to at least roughly learn the syntax of PHP.
1. Install related software, such as Sublime text, Notepad++, editplus, Seay source code audit system, etc.
2. Obtain the source code and download the source code of various websites online
3. Install the website
Audit method:
Read the whole text: troublesome but comprehensive
Sensitive function parameter backtracking method: efficient and commonly used, Seay source code audit system
Targeted function analysis method: mainly audit based on the business logic of the program. First, use the browser to access one by one to see what functions the program has, and speculate on possible vulnerabilities based on the relevant functions
Basic audit process:
1. Overall understanding
2. Conduct audits for each function according to the directed function method
3. Sensitive function parameter backtracking method
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn