make it cool now

This commit is contained in:
root 2025-01-19 17:53:52 +01:00
parent f23a6e3ac8
commit 4d4567caf0
40 changed files with 504 additions and 611 deletions

View file

@ -1,14 +0,0 @@
import os, pwd
def main():
urlpath=pwd.getpwuid(os.getuid()).pw_dir+"/.darknet_participant_url"
url="uptime.nowherejezaaa...onion"
print(urlpath, ":", url)
with open(urlpath, "w") as f:
f.write(url)
print("[+] file written, let's read it")
f = open(urlpath,"r")
print(f.read())
if __name__ == '__main__':
main()