Leonardo Lazzaro

Results 108 comments of Leonardo Lazzaro

I will try to write a tutorial soon. Here is a sample project https://github.com/llazzaro/django-scheduler-sample

Just check the source code. Here is an example on how to use Airodump, I read the code in https://github.com/XayOn/pyrcrack/blob/master/pyrcrack/scanning.py Good luck ```python from pyrcrack.scanning import Airodump kwargs = {...

please provide the steps or code to reproduce this issue. If the stack trace is too large attach a file. thanks1

The idea was not to include third party css into the repo. That's why bower was added. However bower is almost dead now and we need to replace it.

Are you using django bower to download the libs?

This project is a fork of a dead project. When I forked this project I also forked the wiki page. I just edit the wiki page now. Thanks for let...

I will keep this issue open until someone or me updates the wiki page. I just removed the 303 See other message

Hi, Thanks for your feedback. Did you try to use our API to solve this issue? Our API support all operations on FaradaySEC Models. I recommend using our bulk_create API...

Hi! Faraday uses the following unique constraint in the database: ``` vulnerability_uniqueness = DDL( "CREATE UNIQUE INDEX uix_vulnerability ON %(fullname)s " "(md5(name), md5(description), type, COALESCE(host_id, -1), COALESCE(service_id, -1), " "COALESCE(md5(method),...