AIL Framework version 2.3 released with improved cryptocurrencies detection, SQLi and detection of network reconnaissance tools output. Many bugs fixed and small improvements were performed.
Changes
- [Cryptocurrency + Tools] launch by default + remove old Bitcoin module. [Terrtia]
- [Keys module] detect public key. [Terrtia]
- [Tools detection] add tool detection module. [Terrtia]
- [Cryptocurrency, RegexTracker] update cryptocurrency list + fix: RegexTracker typo. [Terrtia]
- [Cryptocurrency] add private_key entry + fix dash regex. [Terrtia]
- [Cryptocurrency] add new Cryptocurrency module. [Terrtia]
- [Tracker] add optional description field. [Terrtia]
Fix
- [Tool] fix searchsploit regex. [Terrtia]
- [Tools] typo. [Terrtia]
- [Tools] typo. [Terrtia]
- [Tools] fix loop. [Terrtia]
- [url_prefix] add root blueprint, fix:#403. [Terrtia]
- [TermTracker] fix performance: disable token stats. [Terrtia]
- [SQL module] fix typo. [Terrtia]
# Other
- Merge branch 'master' of https://github.com/CIRCL/AIL-framework. [Terrtia]
- Merge pull request #417 from andurin/master. [Alexandre Dulaunoy]
Fix pybgpranking dependency in requirements
- Fix pybgpranking dependency in requirements. [Hendrik]
Relates #334
- Merge branch 'master' of https://github.com/CIRCL/AIL-framework.
[Terrtia]
- Merge pull request #404 from WimpyMan/master. [Thirion Aurélien]
- LAUNCH.py: Added execution of script IPAddress.py. [Bastien Schils]
- IPAddress.py: use ipaddress module. [Bastien Schils]
Improved readability, maintainability and use of standard module
- Modules.cfg: Minor: Added \n to seperate sections. [WimpyMan]
- Config.cfg.sample: Improved example for IP module. [WimpyMan]
By default, the list of networks to monitor is now empty.
The previous value is now given as example.
- Added: IP matching module. [Bastien Schils]
- Merge pull request #411 from krial057/patch-1. [Alexandre Dulaunoy]
Fixed some typos
- Fixed some typos. [krial057]
Fixed some typos in the readme
- Merge pull request #408 from stamparm/master. [Thirion Aurélien]
Adding more tools
- Adding more tools. [Miroslav Stampar]
- Merge pull request #407 from stamparm/patch-1. [Thirion Aurélien]
Covering special cases (on pastebin)
- Covering special cases (on pastebin) [Miroslav Stampar]
There is no need for checking `()` in case of (e.g.) Litecoin and Dash as those are also additionally checked with Bitcoin address verifier
- Merge pull request #406 from stamparm/master. [Thirion Aurélien]
Adding tool regexes
- Adding tool regexes. [Miroslav Stampar]
- Merge branch 'master' of https://github.com/CIRCL/AIL-framework.
[Terrtia]
- Merge pull request #405 from stamparm/master. [Thirion Aurélien]
Enforcing Base58 check on Litecoin and Dash addresses
- Enforcing Base58 check on Litecoin and Dash addresses. [Miroslav
Stampar]
- Merge branch 'master' of https://github.com/CIRCL/AIL-framework.
[Terrtia]
- Merge pull request #401 from stamparm/master. [Thirion Aurélien]
Improvement of crypto-address regexes (lesser FPs)
- Improvement of crypto-address regexes (lesser FPs) [Miroslav Stampar]
- Merge pull request #398 from stamparm/master. [Thirion Aurélien]
Implementation for different cryptocurrencies
- Implementation for different cryptocurrencies. [Miroslav Stampar]
- Merge pull request #396 from stamparm/master. [Thirion Aurélien]
Improvement of SQLi detection
- Improvement of SQLi detection. [Miroslav Stampar]