Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Plugins/webtitle.go
#	WebScan/WebScan.go
#	WebScan/pocs/Hotel-Internet-Manage-RCE.yml
  • Loading branch information
shadow1ng committed Nov 19, 2022
2 parents 3e8f234 + 9d4d67e commit ae86f08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions WebScan/pocs/Hotel-Internet-Manage-RCE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 0 additions & 3 deletions WebScan/pocs/tongda-meeting-unauthorized-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit ae86f08

Please sign in to comment.