forked from GhostTroops/scan4all
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 1、优化内存开销 2、支持url类型指纹 2022-07-14 11:58:1657771098
- Loading branch information
Showing
19 changed files
with
1,894 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
config/nuclei-templates/exposed-panels/smartping-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
id: smartping-dashboard | ||
|
||
info: | ||
name: Unauth SmartPing Dashboard | ||
author: DhiyaneshDk | ||
severity: low | ||
metadata: | ||
verified: true | ||
shodan-query: title:"SmartPing Dashboard" | ||
tags: panel,misconfig,unauth,smartping | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/config.html" | ||
|
||
matchers-condition: and | ||
matchers: | ||
|
||
- type: word | ||
part: body | ||
words: | ||
- 'SmartPing Dashboard' | ||
|
||
- type: status | ||
status: | ||
- 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
%s | ||
127.0.0.1 | ||
admin | ||
admin.%s | ||
administration | ||
administration.%s | ||
ads | ||
adserver | ||
alerts | ||
alpha | ||
alpha.%s | ||
ap | ||
apache | ||
api | ||
app | ||
apps | ||
appserver | ||
aptest | ||
auth | ||
backup | ||
beta | ||
beta.%s | ||
blog | ||
cdn | ||
chat | ||
citrix | ||
cms | ||
corp | ||
crs | ||
cvs | ||
dashboard | ||
database | ||
db | ||
demo | ||
dev | ||
dev.%s | ||
devel | ||
development | ||
development.%s | ||
devsql | ||
devtest | ||
dhcp | ||
direct | ||
dmz | ||
dns | ||
dns0 | ||
dns1 | ||
dns2 | ||
download | ||
en | ||
erp | ||
eshop | ||
exchange | ||
f5 | ||
fileserver | ||
firewall | ||
forum | ||
ftp | ||
ftp0 | ||
git | ||
gw | ||
help | ||
helpdesk | ||
home | ||
host | ||
http | ||
id | ||
images | ||
info | ||
internal | ||
internet | ||
intra | ||
intranet | ||
ipv6 | ||
lab | ||
ldap | ||
linux | ||
local | ||
localhost | ||
log | ||
m | ||
m.%s | ||
mail2 | ||
mail3 | ||
mailgate | ||
main | ||
manage | ||
mgmt | ||
mirror | ||
mobile | ||
mobile.%s | ||
monitor | ||
mssql | ||
mta | ||
mx | ||
mx0 | ||
mx1 | ||
mysql | ||
news | ||
noc | ||
ns | ||
ns0 | ||
ns1 | ||
ns2 | ||
ns3 | ||
ntp | ||
old | ||
old.%s | ||
ops | ||
oracle | ||
owa | ||
pbx | ||
portal | ||
s3 | ||
secure | ||
secure.%s | ||
server | ||
sharepoint | ||
shop | ||
sip | ||
smtp | ||
sql | ||
squid | ||
ssh | ||
ssl | ||
stage | ||
staging | ||
staging.%s | ||
stats | ||
status | ||
status.%s | ||
svn | ||
syslog | ||
test | ||
test1 | ||
test2 | ||
testing | ||
uat | ||
uat.%s | ||
upload | ||
v1 | ||
v1.%s | ||
v2 | ||
v2.%s | ||
v3 | ||
v3.%s | ||
vm | ||
vnc | ||
voip | ||
vpn | ||
web | ||
web2test | ||
whois | ||
wiki | ||
www | ||
www.%s | ||
www2 | ||
xml | ||
administrator | ||
webmail | ||
door | ||
phone | ||
lol | ||
test | ||
tester | ||
vmm | ||
local | ||
localadmin | ||
admin10 | ||
admin01 | ||
blogadmin | ||
about |
Oops, something went wrong.