added xploit payloads, move things to util folder, tool needs alot of work, scanner cleaned up, bunch of database features

This commit is contained in:
2025-02-16 02:01:53 +01:00
parent f62fd19482
commit 0f35791e01
18 changed files with 599 additions and 59 deletions

View File

@@ -0,0 +1,10 @@
import_code("/dev/scanner/libbindb.src")
import_code("/dev/scanner/database.src")
if len(params) != 2 then exit("fetch [lib.so] [Version]")
table = params[0]
release = params[1]
myDB.printTableBy(table,"version",release,{"version": "Version", "memory_adress": "Memory Address", "key_value": "key Value", "object": "Object", "privilege": "Privilege"})