Wallogit.com
2017 © Pedro Peláez
WebSecurity is a PHP class to Help Devlopper to prevent a almost webapplication security fails
Description : WebSecurity is a PHP class to Help Devlopper to prevent a almost webapplication security fails:, (*1)
A - Using Tor OR Proxy to access your webapp;, (*2)
i) Static Method UsingTor() return bool (if user use Tor Browser = True)., (*3)
ii) Static Method UsingProxy() return bool (if user use Proxy Service,site,software = True)., (*4)
B - Prevent :, (*5)
i) SQL injection : By Using Static Method SQLinj(string) return string., (*6)
ii) XSS (Cross Site Scripting) : By Using Static Method XSS(string)return string., (*7)
iii) File Inclusion :, (*8)
a)RFI (Remote File Inclusion) : By Using Static Method RFI(string) return string., (*9)
b)LFI (Local File Inclusion) : By Using Static Method LFI(string) return string., (*10)
Using this class : install using composer, (*11)
composer require "soubai/webapplicationsecurity":"0.11a1"
II - create Test.php, (*12)
III- require "vendor/autoload.php"; in Test.php, (*13)
VI - WebSecurity::Method //(call class methods eg : UsingTor(), XSS(string), ...), (*14)
V - Enjoy, (*15)