Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hex1629/BotnetC2
/ user_gen
Function
user_gen
BOTNETc2/bot.py:177–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
os.system(
'python3 -m pip install fake-useragent -q -y'
)
176
177
def
user_gen():
178
ua = FakeUserAgent()
179
data = ua.random
180
return
data
181
182
def
user_gen2():
183
ua = UserAgent()
Callers
1
rand_ua
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected