Skip to content

Commit

Permalink
Various changes :
Browse files Browse the repository at this point in the history
class and API creation
refactoring
bugfix in the generation of dns rules
gen_*_rule definition changes
etc.
  • Loading branch information
rmarsollier committed Feb 24, 2017
1 parent 617d5c7 commit 53d9aad
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 216 deletions.
5 changes: 5 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
bl2ru2/__init__.py
bl2ru2/bl2ru2.py
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ To ensure maximum efficiency ofthis tool, your upstream Threat Intelligence shou
- duplicates elimination
- data enrichment
- data splitting (i.e. split conix.fr/nos-expertises/ssi/ in conix.fr and /nos_expertises/ssi)
# Installation
```
pip3 install bl2ru2
```

# Usage
```
Expand Down
216 changes: 0 additions & 216 deletions bl2ru2.py

This file was deleted.

1 change: 1 addition & 0 deletions bl2ru2/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.3'
Binary file added bl2ru2/__init__.pyc
Binary file not shown.

0 comments on commit 53d9aad

Please sign in to comment.