├── functions.list ├── generator.py ├── php.txt ├── phplang.txt ├── scripts ├── binner.sh ├── fuzzer.sh └── generator.sh └── template.php /functions.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/functions.list -------------------------------------------------------------------------------- /generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/generator.py -------------------------------------------------------------------------------- /php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/php.txt -------------------------------------------------------------------------------- /phplang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/phplang.txt -------------------------------------------------------------------------------- /scripts/binner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/scripts/binner.sh -------------------------------------------------------------------------------- /scripts/fuzzer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/scripts/fuzzer.sh -------------------------------------------------------------------------------- /scripts/generator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/scripts/generator.sh -------------------------------------------------------------------------------- /template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rewzilla/domatophp/HEAD/template.php --------------------------------------------------------------------------------