Skip to content

Commit ae86f08

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # Plugins/webtitle.go # WebScan/WebScan.go # WebScan/pocs/Hotel-Internet-Manage-RCE.yml
2 parents 3e8f234 + 9d4d67e commit ae86f08

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

WebScan/pocs/Hotel-Internet-Manage-RCE.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ detail:
99
Affected Version: "Hotel Internet Billing & Operation Support System"
1010
links:
1111
- http://118.190.97.19:88/qingy/Web%E5%AE%89%E5%85%A8
12+

WebScan/pocs/tongda-meeting-unauthorized-access.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ rules:
33
- method: GET
44
path: >-
55
/general/calendar/arrange/get_cal_list.php?starttime=1548058874&endtime=33165447106&view=agendaDay
6-
headers:
7-
User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'
8-
Accept-Encoding: 'deflate'
96
follow_redirects: false
107
expression: |
118
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(bytes(string("creator"))) && response.body.bcontains(bytes(string("originalTitle")))

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ func main() {
1414
common.Parse(&Info)
1515
Plugins.Scan(Info)
1616
t := time.Now().Sub(start)
17-
fmt.Printf("[*] 扫描结束,耗时: %s", t)
17+
fmt.Printf("[*] 扫描结束,耗时: %s\n", t)
1818
}

0 commit comments

Comments
 (0)