Find * Password#
In the SpringBoot site, there is an endpoint named /actuator/env. Usually, this endpoint will shield some sensitive information, such as passwords, and replace them with asterisks. If the target website can download the file /actuator/heapdump or /heapdump and decode it, sensitive information contained in it can be extracted.
You can also use this tool to scan SpringBoot nodes.
Github Repo not found
The embedded github repo could not be found…
mat#
select * from java.util.LinkedHashMap$Entry x WHERE (toString(x.key).contains("password"))
select * from java.util.Hashtable$Entry x WHERE (toString(x.key).contains("password"))
JDumpSpider#
Project address: https://github.com/whwlsfb/JDumpSpider
$ java -jar JDumpSpider-1.0-SNAPSHOT-full.jar heapdump
Image from: https://wallhaven.cc/