Giter Site home page Giter Site logo

proditis / orunmila Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 69 KB

a simple tool to refine and produce lists for your bugbounty and pen-test engagements

License: BSD 2-Clause "Simplified" License

Go 95.22% Makefile 4.78%
bugbounty dirbuster ffuf pen-test-tools pen-testing penetration-testing pentest-tool pentesting

orunmila's People

Contributors

dependabot[bot] avatar g0rchy avatar proditis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

orunmila's Issues

Improve Github Pages content for the project

Improve Github Pages content by editing the README.md in the gh-pages branch

Make sure your Pull Request is targeting the correct branch gh-pages and NOT the default one main.
Dont forget to mention the issue by adding something like the following into your message issue #25

Todo list

These are some of the initial things we want to do for the project.

  • Use methods to simplify some operations and avoid passing certain values as arguments https://gobyexample.com/methods
  • Update usage and readme to include that the application and subcommands also support -help
  • add exclude tags filtering (ie -tags a,b,c -etags d will list words from a,b,c tags and that dont have d tag)
  • Check if we can add loading database to memory to speed things up
  • Add support for case sensitive words if needed (this involves using collate nocase on the schema and our search)
  • Add support to search for -words as well as -tags
  • Make operations into subcommands
    • list,ls: display entries from -tags or -words
    • delete, rm: delete either -tags list or -words list. When both are given then only their explicit relation from wt table will be deleted.
  • #28
  • help: Details usage of all operations
  • import: imports a file into the database
  • search: searches the database for the given tags
  • add: add entries to the database from the cli
  • vacuum: pack the database to save space
  • Fix the tags logic for search its broken right now. If tags where given but not found then WE MUST NOT return results.
  • #18
  • #16
  • use log.* functions instead of fmt.println where appropriate.
  • only open the database for write when we do imports. in any other case ?mode=readonly
  • Make a proper module structure and ensure the dependencies get installed from go.mod
  • Add Github workflow to build binary releases
  • Make sure the database files are created into the current working directory and not wherever the binary is installed
  • Make the -db flag only on main()

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.