Skip to content

Instantly share code, notes, and snippets.

View lcsouzamenezes's full-sized avatar

LUÍS CARLOS DE SOUZA MENEZES lcsouzamenezes

View GitHub Profile
@lcsouzamenezes
lcsouzamenezes / eternalblue2012.py
Created July 13, 2025 19:27 — forked from kanibaspinar/eternalblue2012.py
EternalBlue Windows 8 & Server 2012 - Bypass Windows 10
#!/usr/bin/python
from impacket import smb
from struct import pack
import os
import sys
import socket
'''
EternalBlue exploit for Windows 8 and 2012
The exploit might FAIL and CRASH a target system (depended on what is overwritten)

The Latent Manipulator Cookbook.md

This guide explains the "Latent Manipulator," an experimental AI architecture designed to "think" in a latent space before generating text, contrasting with standard Transformer models that predict text sequentially. It includes the theory, code for implementation, and links to datasets and pretrained model checkpoints.

Based on the video exploring this concept: [https://www.youtube.com/watch?v=fWiieyG2zes]

⚠️ This project is free to use. If you find it helpful, please consider supporting it by checking out Peach Voice Typing: [https://peach-voice.com]

The Latent Manipulator Cookbook.md

This guide explains the "Latent Manipulator," an experimental AI architecture designed to "think" in a latent space before generating text, contrasting with standard Transformer models that predict text sequentially. It includes the theory, code for implementation, and links to datasets and pretrained model checkpoints.

Based on the video exploring this concept: [https://www.youtube.com/watch?v=fWiieyG2zes]

⚠️ This project is free to use. If you find it helpful, please consider supporting it by checking out Peach Voice Typing: [https://peach-voice.com]

"Top 1000 values of process.executable","Top 1000 values of process.command_line","Top 1000 values of process.working_directory","Count of records"
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\  .com"" ""Program Files (x86)""","C:\Users\user\Desktop\",6
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\  .com"" ""Windows""","C:\Users\user\Desktop\",8
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\  .com"" ""ProgramData""","C:\Users\user\Desktop\",6
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\  .com"" ""Recovery""","C:\Users\user\Desktop\",7
"C:\Windows\System32\rundll32.exe","""C:\Windows\System32\rundll32.exe"" Shell32.dll,ShellExec_RunDLL ""RÊCYCLÊR\  .com"" ""Documents and Settings""","C:\Users\user\Desktop\",11
"C:\Windows\System32\rundll32.exe
@lcsouzamenezes
lcsouzamenezes / MakerUNOSIM7600.ino
Created May 1, 2024 21:23 — forked from IdrisCytron/MakerUNOSIM7600.ino
Send and receive SMS using SIM7600 GSM module and Arduino.
/*
Project: Interfacing SIM7600 GSM Module with Maker UNO
Item used:
- Maker UNO https://www.cytron.io/p-maker-uno
- SIM7600 https://www.cytron.io/p-4g-3g-2g-gsm-gprs-gnss-hat-for-raspberry-pi
*/
#include <SoftwareSerial.h>
#include "Adafruit_FONA.h"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lcsouzamenezes
lcsouzamenezes / checker.py
Created March 13, 2024 20:15 — forked from mberman84/checker.py
Cuda Checker
import torch
print(torch.version.cuda)
print(torch.cuda.is_available())
conda create --name myenv python=3.10.11
conda activate myenv
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
git clone -b dev https://github.com/camenduru/Text-To-Video-Finetuning
git clone https://huggingface.co/kabachuha/potat1-with-text-encoder-original-format/tree/main
pip install -r requirements.txt
python inference.py -m "C:\Users\USER\Desktop\content\potat1" -p "ducks in a lake" -W 320 -H 320 -o "C:\Users\USER\Desktop\content\Text-To-Video-Finetuning\outputs" -d cuda -x -s 33 -g 23 -f 30 -T 24
@lcsouzamenezes
lcsouzamenezes / gist:838f1880f8b118d7a48693e0fadcaf2b
Created February 20, 2024 16:45 — forked from ArrayOfSilicon/gist:c381f3fb3c1cda6f2ba2eb7370846356
Circle and Cross svg code for tic-tac-toe game tutorial build with react-js, node-js and socketio
const circleSvg = (
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
{" "}
@ArrayOfSilicon
ArrayOfSilicon / gist:c381f3fb3c1cda6f2ba2eb7370846356
Created January 13, 2024 10:40
Circle and Cross svg code for tic-tac-toe game tutorial build with react-js, node-js and socketio
const circleSvg = (
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g>
<g id="SVGRepo_iconCarrier">
{" "}