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
# https://makecode.microbit.org/31667-75115-87037-56723 | |
let score = 0 | |
let delay = 0 | |
let highscore = 0 | |
let onscreen = 0 | |
let heart: Image = null | |
let lives = 0 | |
let clearscreen: Image = null | |
let ship: Image = null | |
input.onButtonPressed(Button.A, () => { |
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
# https://makecode.microbit.org/45205-27183-13795-15925 | |
let score = 0 | |
let delay = 0 | |
let highscore = 0 | |
let onscreen = 0 | |
let clearscreeen: Image = null | |
let ship: Image = null | |
input.onButtonPressed(Button.A, () => { | |
if (onscreen == 1) { | |
game.addScore(1) |
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
Script started on 2017-11-19 18:23:01+0000 | |
Scanning x (x.x.x.x:443). [SNI: None] | |
Enumerating ciphers... | |
Testing protocol SSLv2.0... | |
Testing protocol SSLv3.0... | |
Testing protocol TLSv1.0... | |
Testing protocol TLSv1.1... | |
RSA_WITH_AES_128_CBC_SHA [0x0000002f] | |
RSA_WITH_AES_256_CBC_SHA [0x00000035] | |
RSA_WITH_CAMELLIA_128_CBC_SHA [0x00000041] |
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
x - RouterOS | |
Core vs optional | |
Linux so supports various architecture | |
2.9 added /nova/etc/devel-login | |
If this exists, devel/<admin password> gets proper shell | |
Anatomy++ created createnpk.py and dumpnpk.py for 3.x | |
3.22 added checksums and signing | |
supout.rif contains | |
Configuration | |
/proc/ |
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
Script started on Thu 26 Oct 2017 14:46:21 BST | |
_ _ _ _ _ | |
| (_)_ __ (_) | ____ _| |_ ____ | |
| | | '_ \| | |/ / _` | __|_ / | |
| | | | | | | < (_| | |_ / / | |
|_|_|_| |_|_|_|\_\__,_|\__/___| | |
=[ @timb_machine ]= | |
=== Machine secrets === |
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
lquerylv_fix/ecfile: TARGET_FILE=/usr/sbin/lquerylv - this is likely the "same" fix as in lvm_fix, i.e. a regression | |
lsmcode_fix2/ecfile: TARGET_FILE=/usr/bin/bsh - not worked out what the relates to, i reckon there is another bug... | |
lsmcode_fix2/ecfile: TARGET_FILE=/usr/ccs/lib/libc.a - this is likely a fix for a regression from malloc_file | |
lsmcode_fix2/ecfile: TARGET_FILE=/usr/ccs/lib/libc.a.min - this is likely a fix for a regression from malloc_file | |
lsmcode_fix/ecfile: TARGET_FILE=/usr/sbin/lsmcode - not worked out what the relates to, i reckon there is another bug... | |
lvm_fix/ecfile: TARGET_FILE=/usr/sbin/lquerylv - this actually fixes a bug in DBGCMD_LQUERYLV | |
malloc_fix/ecfile: TARGET_FILE=/usr/ccs/lib/libc.a | |
malloc_fix/ecfile: TARGET_FILE=/usr/ccs/lib/libc.a.min | |
FWIW: this is why I think the lquerylv patch and lvm patch are identical, they patch the same file and from a quick check the more significant change |
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
#!/bin/sh | |
# https://osandamalith.wordpress.com | |
sed -i "" "s/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;" "${1}" | |
ldid -s "${1}" |
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
... | |
description: Computer | |
product: Google Compute Engine () | |
vendor: Google | |
serial: GoogleCloud-<hex> | |
width: 64 bits | |
capabilities: smbios-2.4 dmi-2.4 vsyscall32 | |
configuration: boot=normal uuid=<uuid> | |
... | |
*-core |
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 <sys/stat.h> | |
#include <fcntl.h> | |
#include <sys/mman.h> | |
#include <stdio.h> | |
int main(int argc, char **argv) { | |
int filehandle; | |
char *mmapbuffer; | |
filehandle = open("sarpedon-000002.vmdk", O_RDWR); | |
mmapbuffer = mmap(0, 4096, PROT_READ | PROT_WRITE, MAP_SHARED, f, 0); |
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
Taken from http://www.michaelm.info/blog/?p=1256: | |
LOCAL_CONFIG | |
O ServerSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3 +SSL_OP_CIPHER_SERVER_PREFERENCE | |
O ClientSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3 +SSL_OP_CIPHER_SERVER_PREFERENCE | |
O CipherList=EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA |