Code Monkey home page Code Monkey logo

make-rainbow-table's People

Contributors

polyatomicbrian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

make-rainbow-table's Issues

ByteString

You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.

Continious saving

Is there a possiblity to add function to continued where building database where left off, I was in mid way building 3gb database and the power died on my machine and I had to restart it all over again

also is there possible future updates to add saving databases to a cloud storage i.e googledrive etc

error no database

python2 make-rainbow-table.py -d rbdatabase.db -w test.list -t all
arch > sqlite3 rbdatabase.db 
SQLite version 3.22.0 2018-01-22 18:45:57
Enter ".help" for usage hints.
sqlite> SELECT * FROM rbdatabase WHERE hash='9e7b964750cf0bb08ee960fce356b6d6';
Error: no such table: rbdatabase
sqlite> 

the test on the git page works but try to do anything else an it cant find the database or it doesnt find the hash in the database


arch  > python2 make-rainbow-table.py -d rainbow.db -w linux.words -t all
arch > sqlite3 rainbow.db
SQLite version 3.22.0 2018-01-22 18:45:57
Enter ".help" for usage hints.
sqlite> SELECT * FROM rainbow WHERE hash='176ec4bc8d9dd70dc0e745d6ce103eaa';
176ec4bc8d9dd70dc0e745d6ce103eaa|abundant

sqlite> 

the below is what lines are in the test.list

this
is
a
test

I've also tried to edit the linux.words file and test it so I added Alex12


arch > python2 make-rainbow-table.py -d rainbow.db -w linux.words -t all
arch > sqlite3 rainbow.db
SQLite version 3.22.0 2018-01-22 18:45:57
Enter ".help" for usage hints.
sqlite> SELECT * FROM rainbow WHERE hash='1fb1a776ddf0585b16316d473d6e0495';
   ...> 

It doesnt return anything

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.