Add a bunch of files I don't recognize
I'm cleaning up my machine, these were here, I'm not sure which ones matter
This commit is contained in:
parent
d2c56d8a98
commit
79b2bf0f1f
22 changed files with 5379 additions and 0 deletions
7
bin/test-login
Executable file
7
bin/test-login
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
import requests
|
||||
import sys
|
||||
|
||||
payload = {'username': 'eliribble', 'password': sys.argv[1]}
|
||||
response = requests.post('http://www.vanth.com/login/', data=payload)
|
||||
print(response.status_code, response.text)
|
||||
Loading…
Add table
Add a link
Reference in a new issue