01 2021 档案
摘要:A reverse shell is a shell session established on a connection that is initiated from a remote machine, not from the localhost. Attackers who successf
阅读全文
摘要:The HyperText Transfer Protocol (HTTP) 405 Method Not Allowed response status code indicates that the request method is known by the server but is not
阅读全文
摘要:Nmap is used to enumerate network host inventories, manage service escalation schedules, and monitor host or service health. Nmap can detect whether t
阅读全文
摘要:Access Database Introduction Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Databas
阅读全文
摘要:TCP Full Connect Scan An attacker routinely performs a port scan in the opening salvo of any successful cyber assault. One type of port scan includes
阅读全文
摘要:SQLI DUMB SERIES-1 Step 1: Find the Injection point. This obviously is parameter Injection since the hint said, Please input the ID as parameter with
阅读全文
摘要:Each HTTP response message must contain a status code in its first line, indicating the result of the request. The status code falls into five groups,
阅读全文
摘要:API stands for "application program interface". It's just a documented method of interacting with someone else's service. For example, Google has an A
阅读全文
摘要:Hypertext transfer protocol(HTTP) is the core communications protocol used to access the World Wide Web(WWW) and is used by all of today's web applica
阅读全文
摘要:HTTP is stateless. All the requests are stateless. However, there are situations where we would like our states to be remembered. For example, in a on
阅读全文