leshe4ka / gitlab workspace
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | FROM golang:1.20.5-bullseye |
| 2 | |
| 3 | # Install `openssh-server` and other dependencies |
| 4 | RUN apt update \ |
| 5 | && apt upgrade -y \ |
| 6 | && apt install openssh-server sudo curl git wget software-properties-common apt-transport-https --yes \ |
| 7 | && rm -rf /var/lib/apt/lists/* |
| 8 | |
| 9 | # Permit empty passwords |
| 10 | RUN sed -i 's/nullok_secure/nullok/' /etc/pam.d/common-auth |
leshe4ka / gist:04b5897c6ae24a0b9e51246831553b08
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | ❯ cat /proc/301142/maps |
| 2 | 5b2161be1000-5b2161be3000 r--p 00000000 00:23 10536745 /home/alex/dlopen-test/build/dlopen_test |
| 3 | 5b2161be3000-5b2161be9000 r-xp 00002000 00:23 10536745 /home/alex/dlopen-test/build/dlopen_test |
| 4 | 5b2161be9000-5b2161beb000 r--p 00008000 00:23 10536745 /home/alex/dlopen-test/build/dlopen_test |
| 5 | 5b2161beb000-5b2161bec000 r--p 0000a000 00:23 10536745 /home/alex/dlopen-test/build/dlopen_test |
| 6 | 5b2161bec000-5b2161bf3000 rw-p 0000b000 00:23 10536745 /home/alex/dlopen-test/build/dlopen_test |
| 7 | 5b2161bf3000-5b2161bf5000 rw-p 00000000 00:00 0 |
| 8 | 5b2165692000-5b21656b3000 rw-p 00000000 00:00 0 [heap] |
| 9 | 79766c40f000-79766c433000 r--p 00000000 00:23 4073 /usr/lib/libc.so.6 |
| 10 | 79766c433000-79766c5a4000 r-xp 00024000 00:23 4073 /usr/lib/libc.so.6 |
leshe4ka / gist:df81b5ed4c3741c68d09bc5a98d0d8f6
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | ❯ valgrind --leak-check=full ./build/dlopen_test |
| 2 | ==297546== Memcheck, a memory error detector |
| 3 | ==297546== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. |
| 4 | ==297546== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info |
| 5 | ==297546== Command: ./build/dlopen_test |
| 6 | ==297546== |
| 7 | ==297546== |
| 8 | ==297546== HEAP SUMMARY: |
| 9 | ==297546== in use at exit: 24,807 bytes in 29 blocks |
| 10 | ==297546== total heap usage: 342 allocs, 313 frees, 242,640 bytes allocated |
leshe4ka / faillock.conf
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | # Configuration for locking the user after multiple failed |
| 2 | # authentication attempts. |
| 3 | # |
| 4 | # The directory where the user files with the failure records are kept. |
| 5 | # The default is /var/run/faillock. |
| 6 | # dir = /var/run/faillock |
| 7 | # |
| 8 | # Will log the user name into the system log if the user is not found. |
| 9 | # Enabled if option is present. |
| 10 | # audit |
leshe4ka / spi-mtd-nor
0 Kedvelések
0 forkok
2 fájlok
Utoljára aktív
| 1 | drivers/mtd/mtdchar.c:831 [mtd]mtdchar_ioctl =_ "MTD_ioctl\n" |
| 2 | drivers/mtd/mtdchar.c:229 [mtd]mtdchar_write =_ "MTD_write\n" |
| 3 | drivers/mtd/mtdchar.c:139 [mtd]mtdchar_read =_ "MTD_read\n" |
| 4 | drivers/mtd/mtdchar.c:53 [mtd]mtdchar_open =_ "MTD_open\n" |
| 5 | drivers/mtd/mtdchar.c:96 [mtd]mtdchar_close =_ "MTD_close\n" |
| 6 | drivers/mtd/mtdpart.c:689 [mtd]parse_mtd_partitions =_ "%s: got parser %s\n" |
| 7 | drivers/mtd/mtdpart.c:684 [mtd]parse_mtd_partitions =_ "%s: parsing partitions %s\n" |
| 8 | drivers/mtd/mtdpart.c:524 [mtd]mtd_part_do_parse =_ "%s: parser %s: %i\n" |
| 9 | drivers/mtd/mtdsuper.c:155 [mtd]get_tree_mtd =_ "MTDSB: lookup_bdev() returned 0\n" |
| 10 | drivers/mtd/mtdsuper.c:140 [mtd]get_tree_mtd =_ "MTDSB: mtd%%d, mtdnr %d\n" |
leshe4ka / login.html
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
| 1 | <html> |
| 2 | <title>...</title> |
| 3 | <body> |
| 4 | <form name="redirect" action="https://auth.leshe4ka.ru/" method="get"> |
| 5 | <input type="hidden" name="mac" value="$(mac)"> |
| 6 | <input type="hidden" name="ip" value="$(ip)"> |
| 7 | <input type="hidden" name="username" value="$(username)"> |
| 8 | <input type="hidden" name="link-login" value="$(link-login)"> |
| 9 | <input type="hidden" name="link-orig" value="$(link-orig)"> |
| 10 | <input type="hidden" name="error" value="$(error)"> |
Újabb
Régebbi