All Projects → hc0d3r → sudohulk

hc0d3r / sudohulk

Licence: other
try privilege escalation changing sudo command

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to sudohulk

Anymethodlog
Log any method call of object in Objective-C
Stars: ✭ 361 (+216.67%)
Mutual labels:  hook, hacking-tool
Ryder
Runtime redirection of method calls for .NET Core.
Stars: ✭ 34 (-70.18%)
Mutual labels:  hook, intercept
use-color-change
📈📉React hook for flashing a text when a value becomes higher or lower
Stars: ✭ 32 (-71.93%)
Mutual labels:  hook, change
WechatHttpApiWeb
Wechat Http Api Html
Stars: ✭ 36 (-68.42%)
Mutual labels:  hook
ColorRatingBar
change color of star in rating bar
Stars: ✭ 23 (-79.82%)
Mutual labels:  change
Converto
Installing Kali linux on Vps Server
Stars: ✭ 100 (-12.28%)
Mutual labels:  change
Foxss-XSS-Penetration-Testing-Tool
Foxss is a simple php based penetration Testing Tool.Currently it will help to find XSS vulnerability in websites.
Stars: ✭ 35 (-69.3%)
Mutual labels:  hacking-tool
kakoune-sudo-write
Write to files using 'sudo'
Stars: ✭ 24 (-78.95%)
Mutual labels:  sudo
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (-86.84%)
Mutual labels:  hacking-tool
fluxion
WiFi Cracking Tool (Using Evil Twin Attack) With Some Modification. (Only For Legal Purposes)
Stars: ✭ 115 (+0.88%)
Mutual labels:  hacking-tool
wifite2-requirements
This bash script will install wifite2 and its other tools Pyrit, bully, wireshark, hcxtools, hcxdumptool, macchanger
Stars: ✭ 20 (-82.46%)
Mutual labels:  hacking-tool
rkorova
ld_preload userland rootkit
Stars: ✭ 34 (-70.18%)
Mutual labels:  ptrace
awesome-pentest-tools
List of Security Archives Tools and software, generally for facilitate security & penetration research. Opening it up to everyone will facilitate a knowledge transfer. Hopefully the initial set will grow and expand.
Stars: ✭ 34 (-70.18%)
Mutual labels:  hacking-tool
use-react-router-breadcrumbs
tiny, flexible, hook for rendering route breadcrumbs with react-router v6
Stars: ✭ 170 (+49.12%)
Mutual labels:  hook
hide-me
Mac and hostname random changer
Stars: ✭ 33 (-71.05%)
Mutual labels:  hacking-tool
wsudo
Proof of concept sudo for Windows
Stars: ✭ 71 (-37.72%)
Mutual labels:  sudo
UnityExternal
Unity project demonstrating the use of an external C# project with Visual Studio Tools for Unity (VSTU).
Stars: ✭ 24 (-78.95%)
Mutual labels:  hook
createprocess-windows
A complete, robust command-line utility to construct highly customized calls to the CreateProcess() Windows API. Released under a MIT or LGPL license.
Stars: ✭ 74 (-35.09%)
Mutual labels:  sudo
fine
🧹 Gracefully shutdown Node.js application: help you handle exit signals and cleanup
Stars: ✭ 20 (-82.46%)
Mutual labels:  hook
ObsidianSailboat
Nmap and NSE command line wrapper in the style of Metasploit
Stars: ✭ 36 (-68.42%)
Mutual labels:  hacking-tool

Sudohulk

This tool change sudo command, hooking the execve syscall using ptrace, tested under bash and zsh

supported architectures:

  • x86_64
  • x86
  • arm

How use:

$ make
cc -Wall -Wextra -O2 -c -o bin/sh_remotedata.o src/sh_remotedata.c
cc -Wall -Wextra -O2 -c -o bin/sh_string.o src/sh_string.c
cc -Wall -Wextra -O2 -c -o bin/sudohulk.o src/sudohulk.c
cc -Wall -Wextra -O2 -o sudohulk bin/sh_remotedata.o bin/sh_string.o bin/sudohulk.o
$ ./sudohulk 
sudohulk [-qdk] PID COMMAND [ARGS]

Options:
   -q quit when change a command
   -d run in background
   -k keep original command line (appending to new)

NOTES:

PID = bash or zsh pid

To attach the current session use -d option, example:

$ ./sudohulk -qd $$ id
running in background, pid:20899
$ sudo ls -lah
[sudo] senha para mmxm: 
uid=0(root) gid=0(root) grupos=0(root)

Demo

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].