Skip to content

Instantly share code, notes, and snippets.

View GermanAizek's full-sized avatar
:shipit:
No war, make The Wired.

Herman Semenoff GermanAizek

:shipit:
No war, make The Wired.
  • ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ
  • ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ I'm not an employee Yandex
  • https://Gentoo_Linux_GNU.Hurd
  • https://Ubuntu_Touch_Linux_Mobile_Real.Now
  • https://To_know_your_sin_is_to_have_no.sin
  • https://Can_you_live.forever?
View GitHub Profile
@GermanAizek
GermanAizek / README.md
Last active June 5, 2026 10:37
GPU benchmark rating Hashcat-ng (WPA-PBKDF2-PMKID+EAPOL) (NOT FOSS VERSION, PROPRIETARY MY FORK)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <GermanAizek@yandex.ru> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:20
CPU benchmark rating Hashcat (WPA-PBKDF2-PMKID+EAPOL)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <GermanAizek@yandex.ru> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Created March 6, 2024 11:34
Building linux custom kernel with support NUMA and check result using numactl
$ grep NUMA /usr/src/linux/.config
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
# CONFIG_NUMA_BALANCING is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
# CONFIG_NUMA_EMU is not set
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_ACPI_NUMA=y
@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:24
radiff2 or rz-diff helper script (easy filter matching functions)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <GermanAizek@yandex.ru> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active February 29, 2024 13:55
NUMA checker C/C++ on Windows (Example: Server motherboard with 2/4/6 CPU sockets)
#include <iostream>
#include <windows.h>

bool IsNUMA() noexcept
{
    ULONG HighestNodeNumber;
    return !(!GetNumaHighestNodeNumber(&HighestNodeNumber) || HighestNodeNumber == 0);
}
@GermanAizek
GermanAizek / README.md
Last active February 28, 2026 18:31
Обход обязательного 2FA на github.com
@GermanAizek
GermanAizek / bypass server IP filter
Last active February 7, 2024 15:27
IP validation server bypass
"CACHE_INFO": "127.0.0.1",
"CF_CONNECTING_IP": "127.0.0.1",
"CF-Connecting-IP": "127.0.0.1",
"CLIENT_IP": "127.0.0.1",
"Client-IP": "127.0.0.1",
"COMING_FROM": "127.0.0.1",
"CONNECT_VIA_IP": "127.0.0.1",
"FORWARD_FOR": "127.0.0.1",
"FORWARD-FOR": "127.0.0.1",
"FORWARDED_FOR_IP": "127.0.0.1",
@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:28
BCC32 and BCC64 typical errors (Embarcadero RAD Studio C++ Builder)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <GermanAizek@yandex.ru> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:27
Roll back before C++11 migration book

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <GermanAizek@yandex.ru> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / main.cpp
Last active February 1, 2024 09:45
Example singlethread memory spam on BCC (Embarcadero-Borland Clang Compiler)
#pragma hdrstop
#pragma argsused
#ifdef _WIN32
#include <tchar.h>
#else
typedef char _TCHAR;
#define _tmain main
#endif