diff --git a/TCP.pcapng b/TCP.pcapng new file mode 100644 index 0000000..925bb65 Binary files /dev/null and b/TCP.pcapng differ diff --git a/UDP.pcapng b/UDP.pcapng new file mode 100644 index 0000000..3343854 Binary files /dev/null and b/UDP.pcapng differ diff --git a/http requests.pcapng b/http requests.pcapng new file mode 100644 index 0000000..138505d Binary files /dev/null and b/http requests.pcapng differ diff --git a/requestAPIgitea.py b/requestAPIgitea.py index 6686a57..2550a3d 100644 --- a/requestAPIgitea.py +++ b/requestAPIgitea.py @@ -1,6 +1,6 @@ import requests -TOKEN = "TOKEN" +TOKEN = "43a9838d6f54c767e066e3c7f2d2517026f6912e" headers = {"Authorization": f"token {TOKEN}"} response = requests.get("https://git.vyatsu.ru/api/v1/user", headers=headers) print(response.json()) \ No newline at end of file