Search Results for security

IIS 10.0 FTP IP Security allow list

IIS FTP IP Address and Domain Restrictions

...clients (set to $false) on # your virtual FTP Site in IIS. #> Set-WebConfigurationProperty -Filter /system.ftpserver/security/ipsecurity -Name allowUnlisted -Value "True" -PSPath 'IIS:' Set-WebConfigurationProperty -Filter /system.ftpserver/security/ipsecurity -Name allowUnlisted -Value "False" -PSPath...

Filter web traffic with blacklists

...); if( $xmlnodes->length > ) { $security_node = $xmlnodes->item( ); $security_node->appendChild( $ipsecurity_node ); } else { $security_node = $doc->createElement( 'security' ); $security_node->appendChild( $ipsecurity_node ); $xmlnodes = $xpath->query( '/configuration/system.webServer' ); if(...

Force HSTS in Apache .htaccess

Apache HTTP server logo

...enable HTTP Strict-Transport-Security (HSTS) on IIS, HTTP Strict Transport Security (HSTS) is a web security policy mechanism which is necessary to protect secure HTTPS websites against downgrade attacks, and which...

Install IIS in Windows 11 using PowerShell

Install IIS and Windows Features using PowerShell

...the configured maxUrlLength value” 3 Ways of blocking sendmail.php on IIS webserver IIS-NetFxExtensibility45 IIS-HealthAndDiagnostics IIS-HttpLogging IIS-RequestMonitor IIS-HttpTracing IIS-URLAuthorization IIS-IPSecurity IIS 10.0 FTP IP Security allow list (can also be used...

Redirect HTTP to HTTPS

...<httpRedirect enabled="false" destination="https://example.com" httpResponseStatus="Permanent" /> Don’t forget to enable HTTP Strict-Transport-Security (HSTS) on IIS. HSTS improves security and prevents man-in-the-middle attacks, downgrade attacks, and cookie-hijacking. And there are a number...