MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / bruteforce_sql

Method bruteforce_sql

actions/sql_connector.py:34–38  ·  view source on GitHub ↗

Run the SQL brute force attack on the given IP and port.

(self, ip, port)

Source from the content-addressed store, hash-verified

32 logger.info("SQLConnector initialized.")
33
34 def bruteforce_sql(self, ip, port):
35 """
36 Run the SQL brute force attack on the given IP and port.
37 """
38 return self.sql_connector.run_bruteforce(ip, port)
39
40 def execute(self, ip, port, row, status_key):
41 """

Callers 1

executeMethod · 0.95

Calls 1

run_bruteforceMethod · 0.45

Tested by

no test coverage detected