这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@linted
Copy link
Owner

@linted linted commented Jan 28, 2018

TL;DR

  • Removed abandoned dependency
  • Multi-threading search of exploit db
  • No longer needs to download exploitdb, and supports custom path to the database

This branch removes the abandoned dependency we were using to parse exploitdb. The major reason for moving away from that dependency is due to the change in structure of exploitdb's archive. The new parsing method uses kali's built in searchsploit database, and also supports custom csv files locations. Since we are doing the parsing ourself now, the multithreading library speeds up the process by running 10 threads at once in a pool doing the searches. In the future we can add a -j option to configure the number of jobs, but that is for another pull request.

linted added 30 commits January 24, 2018 21:51
…hat no one will ever have to experience the terrible feeling of forgeting one ever again.
@linted linted requested a review from Whurbin January 28, 2018 03:22
@linted
Copy link
Owner Author

linted commented Jan 28, 2018

This pull request should solve #12

@Whurbin
Copy link
Collaborator

Whurbin commented Jan 31, 2018

Looks good

@linted linted merged commit 69c9c14 into master Feb 5, 2018
@linted linted deleted the devel branch July 1, 2018 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants