https://github.com/bjoern-hempel/php-security-tools
https://github.com/bjoern-hempel/php-security-tools
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjoern-hempel/php-security-tools
- Owner: bjoern-hempel
- License: mit
- Created: 2022-08-30T22:38:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T00:07:21.000Z (over 2 years ago)
- Last Synced: 2024-12-27T03:13:12.588Z (4 months ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHPSecurityTools
[](https://www.php.net/supported-versions.php)
[](https://phpstan.org/user-guide/rule-levels)
[](https://github.com/bjoern-hempel/php-calendar-api/blob/master/LICENSE.md)> A framework which provides security and analysis tools in the web sector.
## Commands
### Domain
#### DNS
```bash
❯ bin/console domain:dns:get-a-record fake.ixno.de
``````bash
❯ bin/console domain:dns:get-a-record fake.ixno.de --all
``````bash
❯ bin/console domain:dns:get-mx-record fake.ixno.de
``````bash
❯ bin/console domain:dns:get-mx-record fake.ixno.de --all
``````bash
❯ bin/console domain:dns:get-aaaa-record fake.ixno.de
``````bash
❯ bin/console domain:dns:get-aaaa-record fake.ixno.de --all
```