Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit d7146e4

Browse files
committed
0x727
1 parent 739cfda commit d7146e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<h1 align="center" >SpringBootExploit</h1>
22
<h3 align="center" >一款针对SpringBootEnv页面进行快速漏洞利用</h3>
33
<p align="center">
4-
<a href="https://github.com/SummerSec/SpringBootExploit"></a>
5-
<a href="https://github.com/SummerSec/SpringBootExploit"><img alt="SpringBootExploit" src="https://img.shields.io/badge/Spring-Boot-Exploit-green"></a>
6-
<a href="https://github.com/SummerSec/SpringBootExploit"><img alt="Forks" src="https://img.shields.io/github/forks/SummerSec/SpringBootExploit"></a>
7-
<a href="https://github.com/SummerSec/SpringBootExploit"><img alt="Release" src="https://img.shields.io/github/release/SummerSec/SpringBootExploit.svg"></a>
8-
<a href="https://github.com/SummerSec/SpringBootExploit"><img alt="Stars" src="https://img.shields.io/github/stars/SummerSec/SpringBootExploit.svg?style=social&label=Stars"></a>
4+
<a href="https://github.com/0x727/SpringBootExploit"></a>
5+
<a href="https://github.com/0x727/SpringBootExploit"><img alt="SpringBootExploit" src="https://img.shields.io/badge/Spring-Boot-Exploit-green"></a>
6+
<a href="https://github.com/0x727/SpringBootExploit"><img alt="Forks" src="https://img.shields.io/github/forks/0x727/SpringBootExploit"></a>
7+
<a href="https://github.com/0x727/SpringBootExploit"><img alt="Release" src="https://img.shields.io/github/release/0x727/SpringBootExploit.svg"></a>
8+
<a href="https://github.com/0x727/SpringBootExploit"><img alt="Stars" src="https://img.shields.io/github/stars/0x727/SpringBootExploit.svg?style=social&label=Stars"></a>
99
<a href="https://github.com/SummerSec"><img alt="Follower" src="https://img.shields.io/github/followers/SummerSec.svg?style=social&label=Follow"></a>
1010
<a href="https://twitter.com/SecSummers"><img alt="SecSummers" src="https://img.shields.io/twitter/follow/SecSummers.svg"></a>
1111
<a xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://visitor-badge.laobi.icu"><rect fill="rgba(0,0,0,0)" height="20" width="49.6"/></a>

src/main/java/com/drops/poc/SpringBootInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public SpringBootInfo(){
4747
this.infoCheck = new SpringBootInfoCheck();
4848

4949
pointListV1.add("autoconfig");
50-
pointListV1.add("heapdump");
50+
// pointListV1.add("heapdump");
5151
pointListV1.add("dump");
5252
pointListV1.add("mappings");
5353
pointListV1.add("auditevents");

0 commit comments

Comments
 (0)