• Stars
    star
    138
  • Rank 263,049 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created over 11 years ago
  • Updated over 6 years ago

Reviews

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

Repository Details

Bowcaster Exploit Development Framework

This framework, implemented in Python, is intended to aid those developing
exploits by providing useful set of tools and modules, such as payloads,
encoders, connect-back servers, etc.  Currently the framework is focused on the
MIPS CPU architecture, but the design is intended to be modular enough to
support arbitrary architectures.

To install, run:
python setup.py install

More Repositories

1

nvram-faker

A simple library to intercept calls to libnvram when running embedded linux applications in emulated environments.
C
216
star
2

prefsniff

A utility to sniff preferences changes to macOS plist files
Python
213
star
3

exploit-poc

Proof-of-Concept code for exploits
Python
81
star
4

gdbinit-mips

A gdbinit file that makes gdb much more usable for MIPS debugging.
39
star
5

crossbow

Crossbow is a lightweight, cross platform exploit development framework implemented in Python. Currently, Crossbow's focus is on MIPS Linux systems.
Python
32
star
6

pyonepassword

A python API to query a 1Password account using the 'op' command-line tool
Python
32
star
7

broken_abandoned

Example code for following along with my "Broken, Abandoned, and Forgotten Code" blog series
Python
25
star
8

dropbear-hacks

A fork of the dropbear SSH server with special hacks for running on minimal embedded systems.
C
19
star
9

py-dwarf-parser

A Python module to parse DWARF debugging data
Python
6
star
10

exploit-tools

Exploit development tools
Python
6
star
11

firmware-parsing

Modules to support parsing of firmware headers, etc.
Python
4
star
12

make_c_program

A utility to create a simple C source file with a `main()` and open it in an editor.
Python
3
star
13

py-singleton-metaclasses

A package of python metclasses for implementing singleton and related patterns.
Shell
3
star
14

py-object-file

Parsers for executable and library object files
Python
2
star
15

mock-cli-framework

A framework that can be called from a short Python console script to simulate the responses of an actual command-line tool.
Python
1
star
16

basic-data-structures

C library for basic data structures
C
1
star
17

rpi-fan-control

A python fan control utility for Linux on RPi
Python
1
star
18

py-obj-file-util

Python
1
star
19

video-encoding

Wrapper for Don Melton's video transcoding project, to automate batch encoding videos
Python
1
star
20

MouseCenter

Hammerspoon spoon for re-centering your mouse pointer
Lua
1
star
21

resume

1
star
22

rwl

Technical reading I wish I had time for.
Python
1
star
23

configure-with-sudo

A Python module to handle executing system commands using sudo
Python
1
star
24

easy-html-table

Python
1
star
25

ScreenLock

A Mac app to lock your screen on demand
Objective-C
1
star
26

mtdwriter

Utility from OpenWRT to write a flat image to a /dev/mtd flash memory device.
C
1
star