Skip to content

Instantly share code, notes, and snippets.

View s0meguy1's full-sized avatar

S0meguy s0meguy1

View GitHub Profile
@s0meguy1
s0meguy1 / mouse.py
Last active October 16, 2024 16:01
Mouse-movements
import os
import time
import sys
import signal
from datetime import datetime, timedelta
import random
def move_mouse():
"""
Simulates a small mouse movement using arrow keys.
@s0meguy1
s0meguy1 / sendmail_proxy.php
Created May 9, 2024 13:07
Get slack alerts with arpwatch
#!/usr/bin/env php
<?php
global $config;
require_once("notices.inc");
$fd = fopen('php://stdin','r');
$message = stream_get_contents($fd);
@s0meguy1
s0meguy1 / run-ffuf.sh
Last active August 14, 2020 17:44
Cron script for ffuf
#!/bin/bash
echo "starting..."
if [[ -f "/root/Workers/Dirs/stop.txt" ]]; then
# echo "STOP FOUND"
exit
fi
FILE="/root/Workers/Dirs/file.txt"
ROOT="/root/Workers/Dirs"
if [ -f "$FILE" ]; then
now=`date +"%Y-%m-%d.%H:%M:%S"`
# All scripts
```
--tamper=apostrophemask,apostrophenullencode,appendnullbyte,base64encode,between,bluecoat,chardoubleencode,charencode,charunicodeencode,concat2concatws,equaltolike,greatest,halfversionedmorekeywords,ifnull2ifisnull,modsecurityversioned,modsecurityzeroversioned,multiplespaces,nonrecursivereplacement,percentage,randomcase,randomcomments,securesphere,space2comment,space2dash,space2hash,space2morehash,space2mssqlblank,space2mssqlhash,space2mysqlblank,space2mysqldash,space2plus,space2randomblank,sp_password,unionalltounion,unmagicquotes,versionedkeywords,versionedmorekeywords
```
# General scripts
```
--tamper=apostrophemask,apostrophenullencode,base64encode,between,chardoubleencode,charencode,charunicodeencode,equaltolike,greatest,ifnull2ifisnull,multiplespaces,nonrecursivereplacement,percentage,randomcase,securesphere,space2comment,space2plus,space2randomblank,unionalltounion,unmagicquotes
```
# Microsoft access
```