Commit Graph

96 Commits (519ddb4ce5297c6cc45876cd29c77ad1c6b5478a)

Author SHA1 Message Date
Romain 8a3ddb0cf1 fix typo 2020-08-12 10:18:59 +02:00
Romain 325754ad60 add wp-config file misconfig detection 2020-08-12 10:15:34 +02:00
bauthard eb4c065ef9 Update wamp-xdebug-detect.yaml 2020-08-03 11:39:41 +05:30
eschultze d12f639bc6
Create wamp-xdebug-detect.yaml 2020-08-03 00:44:37 -03:00
bauthard 72c8efa99f Update springboot-detect.yaml 2020-07-11 18:09:10 +05:30
nahoragg 400852776b
header matcher update
Came across a condition where this template wasn't matching because the application was sending "application/vnd.spring-boot.actuator.v2+json;charset=UTF-8" instead of "application/json" in content-type header of response.
2020-07-11 18:05:36 +05:30
bauthard 86059048ae fixing few last one 2020-07-11 12:02:02 +05:30
bauthard 9f5c7e7457 Update front-page-misconfig.yaml 2020-07-11 10:36:03 +05:30
bauthard aeb81f6eae
Update rabbitmq-default-admin.yaml 2020-07-08 23:04:45 +05:30
dw1 9ffe32a0ed 📝 Missing part 2020-07-08 23:50:39 +07:00
dw1 f851f14173 🔨 Fix from false-positive rabbitmq-default-admin results 2020-07-08 23:46:40 +07:00
Ice3man543 ed4e9e7feb Fixed default condition OR to AND in false-positives 2020-07-08 17:08:57 +05:30
Aditya Gujar 5516d741a4
Update rabbitmq-default-admin.yaml 2020-07-06 18:42:01 -04:00
Aditya Gujar 941ab6d875 add rabbitmq default password detection 2020-07-06 18:33:19 -04:00
bauthard bd7a526f32
Merge pull request #208 from Techbrunch/patch-5
Create jira-unauthenticated-projects.yaml
2020-07-06 22:31:11 +05:30
bauthard e2373db418 Update jira-unauthenticated-projects.yaml 2020-07-06 22:30:26 +05:30
bauthard 01ddd1deae
Merge pull request #207 from Techbrunch/patch-4
Create jira-unauthenticated-dashboards.yaml
2020-07-06 22:26:16 +05:30
Techbrunch 1b0683e4a3
Create jira-unauthenticated-projects.yaml
If public sharing is ON it allows users to share projects with all users including those that are not logged in. Those projects could reveal potentially sensitive information.
2020-07-06 18:03:33 +02:00
Techbrunch 981979d905
Create jira-unauthenticated-dashboards.yaml
If public sharing is ON it allows users to share dashboards and filters with all users including those that are not logged in. Those dashboard and filters could reveal potentially sensitive information.
2020-07-06 18:02:11 +02:00
Techbrunch a525139cbe
Update jira-unauthenticated-popular-filters.yaml 2020-07-06 17:58:12 +02:00
Techbrunch 40238f677f
Create jira-unauthenticated-popular-filters.yaml
If public sharing is ON it allows users to share dashboards and filters with all users including those that are not logged in. Those dashboard and filters could reveal potentially sensitive information.
2020-07-06 17:56:34 +02:00
Techbrunch d2eb42f149
Update jira-unauthenticated-user-picker.yaml
Fix spaces
2020-07-06 12:28:08 +02:00
Techbrunch 0fc1212d8f
Create jira-unauthenticated-user-picker.yaml
Through the user picker functionality within Jira your user base information could be available to anonymous users. The Browse User Global Permission allows a user to view a list of all Jira user names and group names, share issues, and @mention people on issues. This is used for selecting users/groups in popup screens and also enables auto-completion of usernames in most 'User Picker' menus and popups.

If you grant this permission to the Anyone group, you will be allowing anonymous users access to the endpoints that provide a list of users.

Remediation: Ensure that this permission is restricted to specific groups that require it. You can restrict it in Administration > System > Global Permissions.
2020-07-06 12:23:09 +02:00
dw1 257dca57fe 🔨 Update Springboot Actuators detection 2020-07-06 11:26:40 +07:00
dw1 c167a31784 🔧 Add path requests & matchers for Springboot Actuators 2020-07-02 23:14:39 +07:00
bauthard 91cd0e1ec4 updating template details 2020-06-27 12:25:14 +00:00
Udit Bhadauria d58974c479
Detect wordpress xmlrpc (sometimes get ssrf)
Provides a way to detect the wordpress xmlrpc endpoint that can help and leads to possible ssrf sometimes.
I am not sure if it is worth to add. But I have got a few good findings using this.

Let me know if I'm doing it right, You guys are doing great work, Love this project. Kudos..! 
Trying to contribute a little.
2020-06-27 17:14:59 +05:30
Víctor Zamanillo 18592de7f9 Typo in gem name 2020-06-01 20:47:29 +02:00
Víctor Zamanillo 5a8dc91f52 rack-mini-profiler environment information discloure detection template
Ruby Rack based web applications using rack-mini-profiler without access control can show application’s environment details
2020-05-31 17:39:48 +02:00
Ice3man543 1758728197 Linting refactor to make yamllint happy 2020-05-25 17:22:12 +05:30
Fabian Affolter a9330e20c0
Update syntax 2020-05-25 10:13:15 +02:00
Andrea 4132f3d7af Merge remote-tracking branch 'upstream/master' 2020-05-23 10:08:02 +02:00
João Teles 22c6b5e03b
Add front-page-misconfig.yaml 2020-05-15 21:08:27 -03:00
Andrea f66b732286 remove / 2020-05-09 10:59:35 +02:00
Andrea 6845f96415 remove dupe docker 2020-05-06 16:51:45 +02:00
Nadino92 215b074604
Docker public repositories
Searches for public repositories with Docker API endpoint. They contain source code and it's often considered a critical issue.
2020-05-06 11:49:38 +02:00
Nadino92 68fff10c89
Basic CORS for flash
Detect misconfigured crossdomain.xml allowing Flash to fetch resources cross-domain
2020-05-04 17:26:17 +02:00
Nadino92 74c9ed3844
Basic CORS misconfiguration
Detect basic CORS misconfiguration allowing to fetch resources cross-domain
2020-05-04 17:03:50 +02:00
Prince Chaddha 29267cc660
Update jira-service-desk-signup.yaml 2020-04-21 13:42:08 +05:30
bauthard cc4b67e8c4
Update springboot-detect.yaml 2020-04-16 01:42:21 +05:30
bauthard 6f88e6a3ad
Update springboot-detect.yaml 2020-04-16 01:35:33 +05:30
mpgn 4f215a0c79
Add jolokia path to Spring Boot Actuator 2020-04-14 22:04:46 +02:00
bauthard 3d92a7c80f
Update springboot-detect.yaml 2020-04-14 21:02:51 +05:30
bauthard 28fbcb6b49
Rename springboot-detect to springboot-detect.yaml 2020-04-13 05:25:32 +05:30
JPMartinezz 2e6b821d61
Create springboot-detect
detects sensitive actuator endpoints
2020-04-12 14:55:17 -07:00
Techbrunch 65224f1117 Add jira-service-desk-signup template 2020-04-06 21:54:47 +02:00