Giter VIP home page Giter VIP logo

houndsniff's People

Contributors

michaeldim02 avatar nicolascarpi avatar skeeto avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

houndsniff's Issues

[Documentation] Missing dependency

The make install command was erroring because of an package that was not installed.

Error:

make install

gcc main.c select.c -o houndsniff -lreadline
main.c:14:10: fatal error: readline/history.h: No such file or directory
   14 | #include <readline/history.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:12: install] Error 1

Fix:

sudo apt-get install libreadline-dev

make install now works as intended.

comments requested on freenode ##C

  1. Run a spelling check on the documentation; "commong" isn't a word.
  2. Saying "ANSI compatible" is pointless; nobody in their right mind would write non-ANSI C, but saying which version of the standard you're talking about may be helpful. (Commonly C89, C99, C11 or C18.)
  3. Don't include the compiled program in git - it's useless to anyone on a different OS or CPU, and It's rude to expect people to run code they cannot read from a source they have no reason to trust.
  4. Include a human-readable dump of the SQLite database.
  5. Include a Makefile to build the program and the SQLite database from readable sources.
  6. Don't use ranges when checking for character classification; use #include <ctype.h> and then if (isupper(c))
  7. In a function, return the answer as soon as you know it. Storing in a variable to return later is harder rather than easier to follow.

not showing any possible results

I have installed houndsniff but it does not show me any possible results i have tried SHA256 and MD5 but no results.
I am using:
OS: Arch Linux x86_64
Kernel: 5.15.12
WM: DWM
Terminal: st
Shell: zsh

Attaching some screenshot
pic-selected-220205-1926-39

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.