Aditya Nath

Results 8 comments of Aditya Nath

Also you pre-maturely stopped the program. If you hadn't it would go ahead and still do the recon.

Is this project active? I started working on this issue and noticed more issues while building. If it is active, I would like to get some suggestions on the functionalities...

Added the redis functionality to Funnel. With this code change I'm able to add and retrieve values to the db. Since redis allows key-value pairs, it is a little tricky...

I think I fixed this, and you can checkout my fork. I basically updated the pdf crate to 0.9.0. Pending pull request here: https://github.com/mufeedvh/pdfrip/pull/58

Cracking bank provided password files are we? You have to generate strings using a utility like `crunch` and then using the `wordlist` option to provide those generated strings. RTFM dude!

What command were you trying? Very likely the problem is not providing an absolute path for the input or encrypted file.

Alternatively, you can use Crunch to generate whatever type of pattern you want.

I started tracking down what is needed to fix the tests. Apparently, the tests were never failing. Working with a docker setup, the tests do pass. So the next thing...