Commit Graph

957 Commits (2d8aaf09c20849b1ce6f251dfe07417341b0d29a)

Author SHA1 Message Date
Sascha Rommelfangen 2d8aaf09c2
brackets are difficult... 2019-04-23 15:40:22 +02:00
Alexandre Dulaunoy 72cd5e3c1f
chg: [travis] because we all need sudo 2019-04-23 15:02:32 +02:00
Alexandre Dulaunoy 8acbb1762d
chg: [travis] because everyone need a bar 2019-04-23 14:59:42 +02:00
Alexandre Dulaunoy 5adb9bfcfa
chg: [doc] qrcode and Cisco FireSight added 2019-04-23 14:54:05 +02:00
Alexandre Dulaunoy 32430a15cb
chg: [qrcode] add requirements 2019-04-23 14:49:02 +02:00
Alexandre Dulaunoy e55ae11a1e
chg: [qrcode] added to the __init__ 2019-04-23 14:45:12 +02:00
Alexandre Dulaunoy 44050ec4da
chg: [qrcode] flake8 needs some drugs 2019-04-23 14:44:00 +02:00
Alexandre Dulaunoy d5180e7e79
chg: [qrcode] various fixes to make it PEP compliant 2019-04-23 14:37:27 +02:00
Alexandre Dulaunoy a0fce1bc90
Merge branch 'qr-code-module' of https://github.com/rommelfs/misp-modules into rommelfs-qr-code-module 2019-04-23 14:33:06 +02:00
Sascha Rommelfangen c85ab8d93c
initial version of QR code reader
Module accepts attachments and processes pictures. It tries to identify and analyze an existing QR code.
Identified values can be inserted into the event.
2019-04-23 11:38:56 +02:00
Raphaël Vinot 7fefbd2a4c chg: Bump dependencies
Fix CVE-2019-11324 (urllib3)
2019-04-19 22:41:06 +02:00
Raphaël Vinot 30f8e59f5a Merge branch 'iceone23-patch-1' 2019-04-16 11:26:08 +02:00
Raphaël Vinot 639534f152 chg: Bump Dependencies. 2019-04-16 11:25:53 +02:00
Raphaël Vinot f5167c2f23 fix: Make flake8 happy. 2019-04-16 11:25:39 +02:00
iceone23 d24a6e2e24
Create cisco_firesight_manager_ACL_rule_export.py
Cisco Firesight Manager ACL Rule Export module
2019-04-15 06:17:27 -07:00
Steve Clement 00aa6b56f4
Merge pull request #289 from SteveClement/master
fix: [doc] Small typo fix
2019-04-08 16:06:59 +09:00
Steve Clement 5ed91dcec2 fix: [doc] Small typo fix 2019-04-08 16:03:41 +09:00
Steve Clement 71782baed6 Merge remote-tracking branch 'upstream/master' 2019-04-08 16:01:50 +09:00
Alexandre Dulaunoy 07a66d62b0
chg: [doc] new modules added 2019-04-02 20:03:11 +02:00
Raphaël Vinot f82933779f fix: pep8 foobar. 2019-04-02 16:01:36 +02:00
Raphaël Vinot 9cb21f98e1 fix: Add the new module sin the list of modules availables. 2019-04-02 15:46:17 +02:00
Raphaël Vinot c64f514a6f fix: Typos in variable names 2019-04-02 15:39:27 +02:00
Raphaël Vinot 9ea9816ad3 chg: Bump dependencies 2019-04-02 15:31:50 +02:00
Raphaël Vinot b89d068c04 new: Modules for greynoise, haveibeenpwned and macvendors
Source: https://github.com/src7/misp-modules
2019-04-02 15:30:11 +02:00
Raphaël Vinot 3e34f38cac chg: Bump dependencies. 2019-03-15 11:12:19 +01:00
Raphaël Vinot 1c0984eaec fix: Remove unused import 2019-03-15 11:06:11 +01:00
Alexandre Dulaunoy d8e83a4125
Merge pull request #285 from wesinator/patch-1
Fix command highlighting
2019-03-14 18:37:48 +01:00
Ԝеѕ 97818e17d0
Fix command highlighting 2019-03-14 13:28:22 -04:00
Sascha Rommelfangen 5af667edff Merge branch 'master' of https://github.com/MISP/misp-modules 2019-03-14 14:41:24 +01:00
Sascha Rommelfangen eb2dcca12b fixed a bug when checking malformed BTC addresses 2019-03-14 14:39:58 +01:00
Raphaël Vinot 4b77cb5055 new: Add missing dependency (backscatter) 2019-03-10 21:17:30 +01:00
Raphaël Vinot c4ced9dfbf fix: Tornado expects a KILL now. 2019-03-09 06:40:23 +01:00
Raphaël Vinot 9611c7f2a9 chg: Bump Requirements 2019-03-09 06:15:16 +01:00
Alexandre Dulaunoy 743d105479
Merge pull request #284 from Vincent-CIRCL/master
fix: [exportpdf] custom path parameter
2019-03-05 17:40:46 +01:00
Falconieri 30c08708c6 fix: [exportpdf] update documentation 2019-03-05 12:11:44 +01:00
Falconieri 32e10ee273 fix: [exportpdf] custom path parameter 2019-03-05 10:39:07 +01:00
Alexandre Dulaunoy e3ddbe66a6
chg: [doc] asciidoctor requirement removed (new PDF module use reportlab) 2019-03-04 23:08:58 +01:00
Alexandre Dulaunoy 80fc1cb5fa
Merge pull request #283 from Vincent-CIRCL/master
fix: [exportpdf] add parameters
2019-03-04 23:06:00 +01:00
Falconieri a30bcc5dd2 fix: [exportpdf] add parameters 2019-03-04 12:36:18 +01:00
Alexandre Dulaunoy 7a6af85535
Merge pull request #281 from Vincent-CIRCL/master
fix: [exportpdf] add configmodule parameter for galaxy
2019-03-01 14:41:05 +01:00
Alexandre Dulaunoy f865c314b0
Merge pull request #282 from cgi1/patch-1
Adding virtualenv to apt-get install
2019-03-01 13:09:12 +01:00
cgi1 3b415cb53a
Adding virtualenv to apt-get install 2019-03-01 12:13:27 +01:00
Falconieri 7d7c90143e fix: [exportpdf] mising whitespace 2019-03-01 09:25:02 +01:00
Falconieri aef8dbbe2e fix: [exportpdf] problem on one line 2019-03-01 09:17:38 +01:00
Falconieri a2716bc05d fix: [exportpdf] add configmodule parameter for galaxy 2019-03-01 09:11:34 +01:00
Alexandre Dulaunoy af1f0e7761
Merge pull request #279 from Vincent-CIRCL/master
fix: [reportlab] Textual description parameter
2019-02-27 14:53:58 +01:00
Falconieri a937b7c85d fix: [reportlab] Textual description parameter 2019-02-27 12:45:22 +01:00
Raphaël Vinot 75953c32a7 chr: Restart the modules after update 2019-02-26 16:48:15 -08:00
Raphaël Vinot a770bfc593 chg: Bump dependencies, add update script 2019-02-26 16:43:08 -08:00
Steve Clement f3e9269394 Merge remote-tracking branch 'upstream/master' 2019-02-26 11:55:16 +05:30