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

Function _is_valid_ipv4

webapp_modern.py:1768–1773  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1766 from pushover_service import PushoverService
1767 _po = getattr(shared_data, '_pushover_service', None)
1768 if _po is None:
1769 _po = PushoverService(shared_data)
1770 shared_data._pushover_service = _po
1771 _po.notify_net_integrity(msg, priority=(1 if worst_w >= 2 else 0))
1772 except Exception as exc:
1773 logger.debug(f"[net-integrity] pushover alert skipped: {exc}")
1774 logger.warning(f"[net-integrity] {msg}")
1775
1776 return overall

Callers 3

_parse_arp_scan_outputFunction · 0.85
resolve_ip_hostnameFunction · 0.85
_parse_nmap_ping_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected