Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LandGrey/SpringBootVulExploit
/ functions
Functions
55 in github.com/LandGrey/SpringBootVulExploit
⨍
Functions
55
◇
Types & classes
23
↳
Endpoints
1
↓ 8 callers
Function
server_send
(conn, payload)
codebase/springboot-jdbc-deserialization-rce.py:10
↓ 7 callers
Function
server_receive
(conn)
codebase/springboot-jdbc-deserialization-rce.py:17
↓ 4 callers
Method
getId
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:13
↓ 2 callers
Method
convert
(Product product)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/converters/ProductToProductForm.java:11
↓ 2 callers
Method
getById
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductService.java:13
↓ 2 callers
Method
getDescription
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:21
↓ 2 callers
Method
getId
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:20
↓ 2 callers
Method
getImageUrl
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:37
↓ 2 callers
Method
getPrice
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:29
↓ 1 callers
Method
delete
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductService.java:17
↓ 1 callers
Method
listAll
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductService.java:11
↓ 1 callers
Function
run_mysql_server
()
codebase/springboot-jdbc-deserialization-rce.py:26
↓ 1 callers
Method
saveOrUpdate
(Product product)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:39
↓ 1 callers
Method
saveOrUpdateProductForm
(ProductForm productForm)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductService.java:19
↓ 1 callers
Method
setDescription
(String description)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:25
↓ 1 callers
Method
setDescription
(String description)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:32
↓ 1 callers
Method
setId
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:17
↓ 1 callers
Method
setId
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:24
↓ 1 callers
Method
setImageUrl
(String imageUrl)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:41
↓ 1 callers
Method
setImageUrl
(String imageUrl)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:48
↓ 1 callers
Method
setPrice
(BigDecimal price)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/commands/ProductForm.java:33
↓ 1 callers
Method
setPrice
(BigDecimal price)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:40
Method
ProductServiceImpl
(ProductRepository productRepository, ProductFormToProduct productFormToProduct)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:20
Function
catch_all
(path)
codebase/springboot-xstream-rce.py:12
Method
convert
(ProductForm productForm)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/converters/ProductFormToProduct.java:13
Method
delete
(@PathVariable String id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:73
Method
delete
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:45
Method
edit
(@PathVariable String id, Model model)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:46
Method
getById
(Long id)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:34
Method
getDescription
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:28
Method
getImageUrl
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:44
Method
getPrice
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/domain/Product.java:36
Method
getProduct
(@PathVariable String id, Model model)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:40
Method
hello
(String id)
repository/springboot-jolokia-logback-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
hello
(String id)
repository/springboot-eureka-xstream-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
hello
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/HelloController.java:10
Method
hello
(String id)
repository/springboot-spel-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
hello
(String id)
repository/springcloud-snakeyaml-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
hello
(String id)
repository/springboot-h2-database-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
hello
(String id)
repository/springboot-restart-rce/src/main/java/code/landgrey/controller/Article.java:10
Method
listAll
()
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:27
Method
listProducts
(Model model)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:34
Method
main
(String[] args)
repository/springboot-jolokia-logback-rce/src/main/java/code/landgrey/Application.java:8
Method
main
(String[] args)
repository/springboot-eureka-xstream-rce/src/main/java/code/landgrey/Application.java:10
Method
main
(String[] args)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/Application.java:11
Method
main
(String[] args)
repository/springboot-spel-rce/src/main/java/code/landgrey/Application.java:8
Method
main
(String[] args)
repository/springcloud-snakeyaml-rce/src/main/java/code/landgrey/Application.java:8
Method
main
(String[] args)
repository/springboot-h2-database-rce/src/main/java/code/landgrey/Application.java:8
Method
main
(String[] args)
repository/springboot-restart-rce/src/main/java/code/landgrey/Application.java:8
Method
newProduct
(Model model)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:55
Method
saveOrUpdate
(Product product)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductService.java:15
Method
saveOrUpdateProduct
(@Valid ProductForm productForm, BindingResult bindingResult)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:61
Method
saveOrUpdateProductForm
(ProductForm productForm)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/services/ProductServiceImpl.java:51
Method
setProductService
(ProductService productService)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:29
Method
setProductToProductForm
(ProductToProductForm productToProductForm)
repository/springboot-mysql-jdbc-rce/src/main/java/code/landgrey/controllers/ProductController.java:24