Giter VIP home page Giter VIP logo

sharpbuster's Introduction

SharpBuster

This is a C# implementation of a directory brute forcing tool designed to allow for in-memory execution.

Why another directory brute forcing tool?

I couldn't find one written in C# for use with tools such as Cobalt Strike's execute-assembly, where it's not feasible to perform directory fuzzing over a SOCKS proxy.

There's also an option to download a wordlist from a remote host to avoid dropping files to disk.

Usage

Using a wordlist on disk:

SharpBuster.exe -u http://google.com -w C:\Windows\Users\Public\wordlist.txt

Downloading a wordlist from a remote host:

SharpBuster.exe -u http://google.com --wordlisturl http://example.com/wordlist.txt

Run with extensions appended to the wordlist:

SharpBuster.exe -u http://google.com --wordlisturl http://example.com/wordlist.txt -e php,aspx

Run with extensions and recurse through directories: (Note: recursion is in the works)

SharpBuster.exe -u http://google.com --wordlisturl http://example.com/wordlist.txt -e php,aspx --recursion true

Help

Options:
  -u | --url            The URL to brute force
  -w | --wordlist       The full path to the wordlist to use
  -wu | --wordlisturl   URL of wordlist to use to avoid writing to disk
  -bi | --builtin       Uses the wordlist hardcoded into the source. Blank by default. Can be used to avoid writing to disk or requesting a remote file.
  -e | --ext            A comma separated list of extensions to append, ex: php,asp,aspx
  -r | --recursive      Perform a recurisve search
  --username            Username for basic authentication
  --password            Password for authentication
  --proxy               Address of proxy to use, ex: http://127.0.0.1:8080
  --proxy-creds         Credentials to use to authenticate to proxy, ex: username:password
  --cookie              Cookie to use, ex: myCookie=value | If multiple cookies are being used, separate them with a comma
  --threads             Number of threads to use. Default: 2
  --timeout             Amount of seconds to wait before timing out. Default: 10 seconds
  -k | --insecure       Ignore SSL certificate checking
  --user-agent          User agent to use. Default: SharpBuster
  -fc | --filter-codes  Codes to exclude from the results. Separated by comma, ex: 403,404,301
  -ac | --allow-codes   Only allow certain codes. Separated by comma, ex: 200,301,302
  -h | --help           Show help information

sharpbuster's People

Contributors

passthehashbrowns avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.