GithubHelp home page GithubHelp logo

goodork3-dev's Introduction

GooDork3-dev

The GooDork3 development reposititory, this is a non-operational copy of GooDork3 and the pieces of code that will soon be pull together to create the new version.

As soon as all the Goals for this version of GooDork are met the working copy with be commited to the main GooDork repo.

You guys are welcome to help out ;)

Please see the TODO file for more details on contributing to the code. Before contributing or adding code with the purpose of merging it to the main GooDork repository please read the README.md file in the gooLib directory

Direcory structure: gooData --- external data crucial to operation, e.g User-Agent strings, Server domain lists gooLib --- all scripts crucial to the operation of GooDork besides GooDork.py itself I may adopt this as the folder for goo_xml,goo_html,goo_csv,goo_JOSN,---and generally and other output parsers---,goo_rcfile gooCore --- not in use at the moment, I may adopt this as the folder for goo_operator,goo_config,goo_results and goo_netlib

goodork3-dev's People

Contributors

0xkd avatar k3170makan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

goodork3-dev's Issues

__repr__ in goo_results

The 'repr' function (in goo_results) is convenient only when printing results in a normal format.

When the result strings are passed to goo_writer it has to parse the information from the Unicode string of each result, which calls for more work.

One way is to remove 'repr' from goo_results, return results as goo_result instances which makes it easier to write to the outfile. However, we need to add an extra function for printing those instances to stdout.

Need to quote regex and dorks.

Regex switches and dorks can cause issues when executing via command line. For eg; the example specified in the usage text doesn't work unless you quote all regex/dorks.

  • Bash gives a syntax error if you don't quote regex/dorks.
  • You need to quote them within double quotes in Windows command prompt. Single quote works fine in bash.

Should this just be specified in the usage text or do you have anything else in mind?

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.