Initial open source commit

This commit is contained in:
frikky
2020-05-11 19:17:35 +02:00
commit f3587ac821
205 changed files with 63293 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#curl -XPOST https://localhost:8443/login -k -d '{"username": "asdasd", "password": "lel"}'
#curl -XPOST https://localhost:8443/passwordreset -k --cookie "session_token=212921dd-0357-411a-8eb6-8c36786c0ab6" -d '{"password1": "asdASD123aa", "password2": "asdASD123aa", "password3": "asdASD123a"}'
# Register user
#curl -XPOST -k https://localhost:8443/register -d '{"username": "test@test.noooooo", "password": "asdASD123a"}'
# Get queue with apikey
#curl https://localhost:8443/api/v1/apk/queue -k -H "apikey: 8631d3f2-8fcc-44dd-961e-ac358d229408"
# Get apk scan
#curl -k https://localhost:8443/api/v1/apk/e9d8f6752c6551a68a5dbf1ae4d8b51f -H "apikey: 8631d3f2-8fcc-44dd-961e-ac358d229408"
#
#curl -k https://localhost:8443/scan/e9d8f6752c6551a68a5dbf1ae4d8b51f
curl -k https://localhost:8443/scan -k