tools
tools copied to clipboard
Security and Hacking Tools, Exploits, Proof of Concepts, Shellcodes, Scripts.
backdoor/rubilyn/source/rubilyncon.c: ``` 55 56 char* read_arg(){ 57 char* string; 58 string = malloc(MAXARG); 59 if(!string) 60 exit(0); 61 memset(string,0,MAXARG); 62 scanf("%512s",string); 63 return string; 64 } 65 66 void main_menu(){...
Hello, Thanks for the cool tools. We recently tried to compile Hyperion under Windows but ran into problems: ``` C:\Users\John\Desktop>c:\projects\tools\binary\hyperion\hyperion.exe -v c:\Windows\System32\calc.exe c:\Windows\Temp\mycalc.exe ------------------------------- | Stage 1: Analyzing input file...
There are small typos in: - backdoor/rubilyn/source/internals.h - misc/README.md - scanner/conscan/source/modules/cmsvulns.py - wireless/hwk/source/src/rtap.c Fixes: - Should read `vulnerabilities` rather than `vulnerabilites`. - Should read `unique` rather than `uniqe`. - Should...
Getting the following errors when I run make cc -O2 -s -std=gnu99 -Wall -Wextra -pedantic -Iinclude -o bin/hawk src/hawk.c src/*.o -pthread -lpcap /usr/bin/ld: src/field.o: relocation R_X86_64_32 against `.rodata.str1.1' can not...
I have a file I cannot run after encrypting with hyperion v2.3.1: -rwxrwxrwx 1 root root 8394507 May 22 23:09 helloworld_python.exe PE32+ executable (GUI) x86-64, for MS Windows I can...
Usage
Nice project you gat up here mate. how is the usage? command line or GUI?
Hello I'm getting this error: `zsh: segmentation fault sudo ./ssl-crack.sh /etc/ssl/private/ssl-cert-snakeoil.key`
Below are just a a couple samples but it's pretty much throughout. Pycharm works pretty good for cleaning that up. Also, the https://localhost:3790 that it says to navigate to in...
Please notice that in `ftp-fuzz.py`, your `+=` that advances your buffer is inside the `try..except`, meaning that the buffer will not advance if an exception occurs (for example the server...