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

Function list_zap_credentials

webapp_modern.py:18396–18409  ·  view source on GitHub ↗

List all saved ZAP target credentials (without passwords)

()

Source from the content-addressed store, hash-verified

18394 shared_data.ragnarstatustext = status_name
18395 shared_data.ragnarstatustext2 = f"Attacking: {target_ip}:{target_port}"
18396
18397 # Immediately broadcast the status change
18398 broadcast_status_update()
18399
18400 # Execute attack in background
18401 def execute_attack():
18402 try:
18403 _emit_manual_attack_update(
18404 attack_type,
18405 target_ip,
18406 target_port,
18407 stage='running',
18408 message=f"{attack_type.upper()} module running on {target_ip}:{target_port}",
18409 status='info'
18410 )
18411 # Import the attack module dynamically
18412 import importlib

Callers

nothing calls this directly

Calls 3

get_dbFunction · 0.90
list_zap_credentialsMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected