David Condrey
David Condrey
git clone https://github.com/hashcat/hashcat-utils cd hashcat-utils/src && make for i in *.bin; do mv "$i" /usr/local/bin/"`echo $i | sed 's/\.bin//'`"; done
The last block shows the execution of the previous blocks command which needs to be modified to execute against your file rather than `test.hccapx` which is merely a placeholder.
Why was this added to the ignored_packages setting? That's rather frustrating.
``` python email_crawler.py "intext:gmail filetype:csv" [10:14:12] INFO::email_crawler - ---------------------------------------- [10:14:12] INFO::email_crawler - Keywords to Google for: intext:gmail filetype:csv [10:14:12] INFO::email_crawler - ---------------------------------------- [10:14:12] INFO::email_crawler - Crawling http://www.google.com/search?q=intext%3Agmail+filetype%3Acsv&start=0 [10:14:14] INFO::email_crawler -...
This issue should be resolved with this merge https://github.com/samwize/python-email-crawler/pull/7
> Still working on this? @dcondrey Sorry for the delay, I just updated the code this evening.
Is there something I need to do?
[BridgeNLP adapter between nlp and structured token pipelines](https://github.com/dcondrey/BridgeNLP)
Implemented an optional extra LLM call via a new `final_answer_on_max_steps` parameter. * Preserves full reasoning: `max_agent_steps = 3` still yields 3 full iterations, not 2 + forced conclusion * Matches...