Mergded database function. Scanner now function. nmap added to util. Commands.src created.

This commit is contained in:
2025-02-21 19:02:58 +01:00
parent 5147628ecd
commit 13299b04bb
9 changed files with 146 additions and 17 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"})