This file contains 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
$ tree -L 2 -d | |
. | |
├── Android | |
├── Art-Gallery | |
│ ├── A | |
│ ├── B | |
│ ├── C | |
│ ├── D | |
│ ├── E |
This file contains 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 <stdlib.h> | |
#include <unistd.h> | |
#include <openssl/ssl.h> | |
#include <openssl/bio.h> | |
#include <openssl/err.h> | |
#define HOST_ADDR "localhost:4433" | |
#define MSG_SIZE 512 | |
int main(void) { |
This file contains 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
cmake | |
make | |
gcc | |
asciidoctor | |
botan | |
qt5-base | |
qt5-svg | |
qt5-translations | |
qt5-tools | |
minizip |
This file has been truncated, but you can view the full file.
This file contains 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
> cd index-of.es/ | |
> find . -type f | |
./Hack/Network Security Know It All.pdf | |
./Hack/7Deadliest Social Network Attacks.pdf | |
./Hack/7Deadliest Web Application.pdf | |
./Hack/7Deadliest Wireless Technologies Attacks.pdf | |
./Hack/A-LIST Publishing - Hacker Disassembling Uncovered.chm | |
./Hack/Actualtests Certified Ethical Hacker CEH 312-50 568Q 2008.10.07.pdf | |
./Hack/Adavanced Postgre SQL injection.pdf | |
./Hack/Addison Wesley - Defend I.T. Security by Example.chm |
OlderNewer