MCPcopy Create free account
hub / github.com/Hex1629/BotnetC2 / install_update

Function install_update

BOTNETc2/bot.py:171–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 dos.close()
170
171def install_update():
172 os.system('pip uninstall fake-useragent -q')
173 os.system('pip install fake-useragent -q')
174 os.system('python3 -m pip uninstall fake-useragent -q -y')
175 os.system('python3 -m pip install fake-useragent -q -y')
176
177def user_gen():
178 ua = FakeUserAgent()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected