https://github.com/cleantalk/_spbct-heuristic-analyser
https://github.com/cleantalk/_spbct-heuristic-analyser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleantalk/_spbct-heuristic-analyser
- Owner: CleanTalk
- License: gpl-3.0
- Created: 2023-01-30T10:18:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T09:54:50.000Z (about 1 year ago)
- Last Synced: 2025-04-11T00:52:22.159Z (about 1 year ago)
- Language: PHP
- Size: 889 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CleanTalk security scanner - Heuristic Analysing module
## Install
```
composer require cleantalk/spbct-heuristic-analyser
```
## Using
```php
scanFile($file_to_check, $root_dir_patn);
var_dump($res); // $res will contain the scanning result
var_dump($heuristic_scanner->final_code); // $final_code will contain the de-obfuscated code
```