spoilerwall
Spoilerwall introduces a brand new concept in the field of network hardening. Avoid being scanned by spoiling movies on all your ports!
File Explorer
- LICENSE
- README.md
- server-spoiler.py
- spoilers.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
iptables
View Details ▼
iptables
Configure tables, chains, and rules of the Linux kernel IPv4 firewall.
Use `ip6tables` to set rules for IPv6 traffic.
See also: `iptables-save`, `iptables-restore`.
sudo iptables {{[-vnL --line-numbers|--verbose --numeric --list --line-numbers]}}
View chains, rules, packet/byte counters, and line numbers for the filter table:
sudo iptables {{[-P|--policy]}} {{chain}} {{rule}}
Set chain policy rule:
sudo iptables {{[-A|--append]}} {{chain}} {{[-s|--source]}} {{ip_address}} {{[-j|--jump]}} {{rule}}
Append rule to chain policy for IP:
sysctl
View Details ▼
sysctl
List and change kernel runtime variables.
sysctl {{[-a|--all]}}
Show all available variables and their values:
sysctl -a
Show all available variables and their values:
sysctl {{[-w|--write]}} {{section.tunable}}={{value}}
Set a changeable kernel state variable:
