Write a function to extract the extension from a standard URL as efficiently as possible $arr = parse_url('http://www.baidu.com.cn/abc/de/fg.php?id=1'); $result = pathinfo(arr['path']); var_dump($arr); var_dump($resu... Read PHP get extension from a URL
Brute Force / Credential Stuffing
First, if there is no verification code or the verification code can be bypassed, try to log in with the account password 5 or 10 times to check whether the target account is banned. If there is no ban rule, you can continue to blast. Account password blasting is used, and for some shopping malls, applications, governments, and schools, the method of credentialing is used to determine whether the account exists (you need to prepare various dictionaries: mobile phone number credentialing, email credentialing, name credentialing).
Password Recovery
The url redirection vulnerability is also called exploit redirection vulnerability, which can redirect the user to the page constructed by the attacker himself. Simply put, it can jump to any specified url. Generally appea...
Breaking through the time limit Time-limited activities on some websites set the time range of the activity, and you can try to change the time parameter to an unrestricted range of activities by capturing packets. Fronten...