diff --git a/WebScan/pocs/Hotel-Internet-Manage-RCE.yml b/WebScan/pocs/Hotel-Internet-Manage-RCE.yml index 8c407e9..bd124e5 100644 --- a/WebScan/pocs/Hotel-Internet-Manage-RCE.yml +++ b/WebScan/pocs/Hotel-Internet-Manage-RCE.yml @@ -9,3 +9,4 @@ detail: Affected Version: "Hotel Internet Billing & Operation Support System" links: - http://118.190.97.19:88/qingy/Web%E5%AE%89%E5%85%A8 + diff --git a/WebScan/pocs/tongda-meeting-unauthorized-access.yml b/WebScan/pocs/tongda-meeting-unauthorized-access.yml index b7e4e5c..c95a9e3 100644 --- a/WebScan/pocs/tongda-meeting-unauthorized-access.yml +++ b/WebScan/pocs/tongda-meeting-unauthorized-access.yml @@ -3,9 +3,6 @@ rules: - method: GET path: >- /general/calendar/arrange/get_cal_list.php?starttime=1548058874&endtime=33165447106&view=agendaDay - headers: - User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36' - Accept-Encoding: 'deflate' follow_redirects: false expression: | response.status == 200 && response.content_type.contains("json") && response.body.bcontains(bytes(string("creator"))) && response.body.bcontains(bytes(string("originalTitle"))) diff --git a/main.go b/main.go index 94a2c3c..0ae3db3 100644 --- a/main.go +++ b/main.go @@ -14,5 +14,5 @@ func main() { common.Parse(&Info) Plugins.Scan(Info) t := time.Now().Sub(start) - fmt.Printf("[*] 扫描结束,耗时: %s", t) + fmt.Printf("[*] 扫描结束,耗时: %s\n", t) }