• Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    TypeScript
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A PE/ELF/MachO Crypter for x86 and x86_64 Based on Radare2

x0rro

Read the blog post @ https://iwantmore.pizza/posts/x0rro.html

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g x0rro
$ x0rro COMMAND
running command...
$ x0rro (-v|--version|version)
x0rro/1.0.3 linux-x64 node-v13.7.0
$ x0rro --help [COMMAND]
USAGE
  $ x0rro COMMAND
...

Commands

x0rro cave FILE

Encrypt binary using code cave technique

USAGE
  $ x0rro cave FILE

OPTIONS
  -h, --help               show CLI help
  -s, --sections=sections  [default: __text] sections to xor separated by comma
  -x, --xor=xor            [default: 0xf] xor key to use in hexadecimal

EXAMPLES
  $ x0rro cave -x 0xf -s __text,__data myfile
  $ x0rro cave -x 0xf -s aogf[0x140004000-0x140004290] test.exe

See code: src/commands/cave.ts

x0rro help [COMMAND]

display help for x0rro

USAGE
  $ x0rro help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

x0rro interactive FILE

Encrypt binary with an interactive wizard

USAGE
  $ x0rro interactive FILE

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ x0rro interactive myfile

See code: src/commands/interactive.ts

x0rro section FILE

Encrypt binary using a new executable section

USAGE
  $ x0rro section FILE

OPTIONS
  -h, --help               show CLI help
  -s, --sections=sections  [default: __text] sections to xor separated by comma
  -x, --xor=xor            [default: 0xf] xor key to use in hexadecimal

EXAMPLES
  $ x0rro section -x 0xf -s __text,__data myfile
  $ x0rro section -x 0xf -s aogf[0x140004000-0x140004290] test.exe

See code: src/commands/section.ts

More Repositories

1

PEzor

Open-Source Shellcode & PE Packer
C
1,827
star
2

rustbuster

A Comprehensive Web Fuzzer and Content Discovery Tool
Rust
525
star
3

crosser

A Reflected / Stored / DOM XSS Scanner based on Headless Chrome Node API via Puppeteer
TypeScript
39
star
4

nodebuster

DirBuster for Node.js
TypeScript
18
star
5

await-to-ts

http://blog.grossman.io/how-to-write-async-await-without-try-catch-blocks-in-javascript/
TypeScript
18
star
6

seh-exploits

Python
9
star
7

inspector-exploiter

Execute commands via Node.js debug port and inspector protocol
JavaScript
9
star
8

complex-ansible-example

Example of a complex Ansible deploy
Shell
7
star
9

zero-width-fingerprint-detection-extension

A browser extension to detect when zero-width characters are used to fingerprint cut/copied/pasted text.
JavaScript
6
star
10

bof-helper

Python Helper Utilities for SEH Overwrite Based Exploits
Python
5
star
11

console-caller

Do you want to easily find out which line of your code is printing that thing? This is the right module for you!
JavaScript
5
star
12

phra.github.io

SCSS
4
star
13

SuperJumper

Java
3
star
14

loopback-angular2-boilerplate-OUTDATED

Example of webapp based on LoopBack, Gulp, JSPM, Angular2 & PostCSS
HTML
2
star
15

graphql-apollo-react-chat

JavaScript
2
star
16

metasploit2020-five-of-hearts

Metasploit CTF 2020 - Five of Hearts Writeup - RISC-V Buffer Overflow with NX and Canary
Python
2
star
17

sha1collisiondetection.js

Makefile
2
star
18

mingw-pe-resources-example

Based on https://bigcode.wordpress.com/2016/12/21/mingw-windows-icon-resource-example/
C
2
star
19

key-fingerprint

Node.js library to easy calculate MD*, SHA*, etc fingerprint of a public/private key in HEX encoding.
TypeScript
2
star
20

RemoteController

an android-win bt test.
C++
2
star
21

quickzip-4.60-win10-wow64

https://iwantmore.pizza/posts/quickzip-seh-win10-wow64.html
Python
1
star
22

802_21

IEEE 802.21 experiment
C++
1
star
23

phra

1
star
24

slimerjs-prerender

A simple headless prerender service w/ express and slimerjs
JavaScript
1
star