Skip to content

Instantly share code, notes, and snippets.

View r00t-3xp10it's full-sized avatar
🐰
,(;@OPEN%(($id -1))%wi"T"h %tmp%ReP.t%[0]+1%tx);,)

pedro ubuntu r00t-3xp10it

🐰
,(;@OPEN%(($id -1))%wi"T"h %tmp%ReP.t%[0]+1%tx);,)
View GitHub Profile
@r00t-3xp10it
r00t-3xp10it / article
Created December 22, 2018 16:22
demonstration file of 'parsing data in bash'
This line will not be displayed ..
This line will be displayed ..
[ERROR] ssh connection failed: 192.168.1.69
[ERROR] ssh connection failed: 192.168.1.200
@r00t-3xp10it
r00t-3xp10it / decToBin.sh
Last active February 24, 2020 04:47
Bash script to convert decimal IP to binary
#!/bin/bash
# Bash script to convert decimal IP to binary
# to obfuscate LHOST variables and PORT
function convip()
{
CONV=({0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1})
ip=""
@r00t-3xp10it
r00t-3xp10it / amsi scriptblock.signatures
Last active May 22, 2019 01:56
Get amsi scriptblock signatures list
## command: [ScriptBlock].GetField('signatures','NonPublic,Static').GetValue($null)
Add-Type
DllImport
DefineDynamicAssembly
DefineDynamicModule
DefineType
DefineConstructor
CreateType
DefineLiteral
DefineEnum
@r00t-3xp10it
r00t-3xp10it / metasploit-shellcode
Last active November 7, 2020 17:09
shanty pentesting - metasploit shellcode
+-----------------------------------------------------------------------+
| Copy/paste on your terminal windows all commands in this exercise |
| ## <-- comments, do not copy/past |
+-----------------------------------------------------------------------+
### Linux shellcode exercise
@r00t-3xp10it
r00t-3xp10it / template.c
Last active June 17, 2019 04:00
new venom linux .deb payload
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<sys/types.h>
#include<sys/wait.h>
#include <unistd.h>
/*
Author: r00t-3xp10it
Framework: venom v1.0.16
@r00t-3xp10it
r00t-3xp10it / orphan.c
Last active June 19, 2019 01:17
hijacking brute_force.rc script to exec shellcode in child
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<sys/types.h>
#include<sys/wait.h>
#include<unistd.h>
/*
Author: r00t-3xp10it
Framework: venom v1.0.16
@r00t-3xp10it
r00t-3xp10it / htop.c
Last active June 20, 2019 03:06
hijack htop installer to exec shellcode in child process
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<sys/types.h>
#include<sys/wait.h>
#include<unistd.h>
/*
Author: r00t-3xp10it
Framework: venom v1.0.16
@r00t-3xp10it
r00t-3xp10it / mass_exploiter.rc
Last active December 28, 2022 18:43
mass_exploiter - armitage Hail Mary (based) resource script
##
# Script: mass_exploiter.rc
# Author: r00t-3xp10it <pedroubuntu10[at]gmail.com>
# Descri: armitage Hail Mary (based) resource script
# GitHub: https://github.com/r00t-3xp10it/resource_files
# Nº MAX of Modules to Load: [46] exploits and [11] scanners
# ---
# [OPTIONS]
# setg SET_DECOY true => Set the 2º decoy ip address manualy
# setg SAVE_DB true => Save workspace redteam into database.xml
@r00t-3xp10it
r00t-3xp10it / webcam-recon.nse
Last active April 15, 2025 02:45
webcam-recon - scan [ip]:[port]/[url] for the existence of AXIS webcams transmiting
---
-- Nmap NSE AXISwebcam-recon.nse - Version 1.9
-- Copy to: /usr/share/nmap/scripts/AXISwebcam-recon.nse
-- Update NSE database: sudo nmap --script-updatedb
-- execute: nmap --script-help AXISwebcam-recon.nse
---
-- SCRIPT BANNER DESCRIPTION --
description = [[
@r00t-3xp10it
r00t-3xp10it / Microsoft IIS PHP NTFS Stream Authentication Bypass
Last active October 13, 2022 02:27
Microsoft IIS PHP NTFS Stream Authentication Bypass
---
-- Nmap NSE ISS-CVE-2010-2731.nse - Version 1.1
-- Copy to: /usr/share/nmap/scripts/ISS-CVE-2010-2731.nse
-- Update NSE database: sudo nmap --script-updatedb
-- execute: nmap --script-help ISS-CVE-2010-2731.nse
-- Port(s) accepted: 80-86,8001,8080-8086
---
-- SCRIPT BANNER DESCRIPTION --
description = [[