Skip to content

find relevant security papers published in the top-4 conferences (S&P, USENIX, CCS, NDSS)

Notifications You must be signed in to change notification settings

Kyle-Kyle/top4grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

top4grep

A grep tool for the top 4 security conferences

Installation

git clone https://github.com/Kyle-Kyle/top4grep
cd top4grep
pip3 install -e .

Usage

Database Initialization

If you want to update the papers stored in papers.db, you can recreate it with:

top4grep --build-db

Which will build the db wherever you run it.

Query

top4grep -k <kerywords>

For example, python top4grep.py -k linux,kernel Currently, the query is just a case-insensitive match (just like grep). The returned results must contains all the input keywords (papers containing keyword1 AND keyword2 AND ...). Support for OR operation (papers containing keyword1 OR keyword2) is missing, but will be added in the future.

Screenshot

screenshot

TODO

  • grep in abstract
  • fuzzy match
  • complex search logic (OR operation)

About

find relevant security papers published in the top-4 conferences (S&P, USENIX, CCS, NDSS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages