mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
wip
This commit is contained in:
parent
196cf331a8
commit
61955f6c67
2 changed files with 27 additions and 21 deletions
14
scripts/tests/writefile.py
Normal file
14
scripts/tests/writefile.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
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()
|
Loading…
Add table
Add a link
Reference in a new issue