Libraries tagged by ARTACK
plazzag/polario-sdk-php
136 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
phpwatch/wordpress-samesite
14 Downloads
This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site.
n2n/n2n-util-serialize
15 Downloads
Safely serialize and unserialize plain data objects (PHP native serialize()/unserialize() with an allowed_classes allowlist derived from the class structure) and scalar/null values (JSON), preventing object-injection and POP-chain attacks.
joby/smol-fs
107 Downloads
A lightweight and simple filesystem abstraction layer with useful features and built-in traversal attack protection.
jayanta/laravel-ai-guard
5 Downloads
Protect your Laravel app from AI scrapers, LLM crawlers, and prompt injection attacks
istais/reflectshield
5 Downloads
ReflectShield is a simple to use, shield against reflected XSS attacks
hera/captcha
190 Downloads
remove robots attack by captcha
dimns/simplecsrf
449 Downloads
Simple CSRF-token class to prevent CSRF attacks. For forms and AJAX requests.
chronon/attempt
3780 Downloads
A CakePHP plugin that helps to protect sensitive actions from brute force attacks
bitslip6/bitfire
40 Downloads
Enterprise firewall, stop all bot/spam and manual attacks. OWASP top 10, with bot whitelist in
anteris-dev/laravel-security-notifications
9 Downloads
Warn your users when significant security events occur so that they aren't the next victim of an attacker.
rrd/rbruteforce
40821 Downloads
CakePHP 3 Plugin for Protection Against BruteForce Attacks
sworder/attack
88 Downloads
ramzeng/laravel-tamper-attack
2 Downloads
laravel middleware to prevent tamper attacks.
ramzeng/laravel-replay-attack
4 Downloads
laravel middleware to prevent replay attacks.