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 阅读全文
posted @ 2021-01-30 12:28 咕咕鸟GGA 阅读(294) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-29 18:21 咕咕鸟GGA 阅读(174) 评论(0) 推荐(0)
摘要:Nmap is used to enumerate network host inventories, manage service escalation schedules, and monitor host or service health. Nmap can detect whether t 阅读全文
posted @ 2021-01-27 18:29 咕咕鸟GGA 阅读(84) 评论(0) 推荐(0)
摘要:Access Database Introduction Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Databas 阅读全文
posted @ 2021-01-19 17:40 咕咕鸟GGA 阅读(113) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-14 09:02 咕咕鸟GGA 阅读(108) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-13 21:38 咕咕鸟GGA 阅读(168) 评论(0) 推荐(0)
摘要: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, 阅读全文
posted @ 2021-01-12 10:59 咕咕鸟GGA 阅读(169) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-12 09:56 咕咕鸟GGA 阅读(86) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-11 23:07 咕咕鸟GGA 阅读(148) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-11 21:26 咕咕鸟GGA 阅读(182) 评论(0) 推荐(0)