spoilerwall
Spoilerwall introduces a brand new concept in the field of network hardening. Avoid being scanned by spoiling movies on all your ports!
파일 탐색기
- LICENSE
- README.md
- server-spoiler.py
- spoilers.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
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
설명 보기 ▼
iptables
Linux 커널 IPv4 방화벽의 테이블, 체인 및 규칙을 구성합니다.
IPv6 트래픽 규칙 설정을 위해서는 `ip6tables`를 사용하세요.
관련 항목: `iptables-save`, `iptables-restore`.
더 많은 정보: <https://manned.org/iptables>.
sudo iptables {{[-vnL --line-numbers|--verbose --numeric --list --line-numbers]}}
필터 테이블의 체인, 규칙, 패킷/바이트 카운터 및 라인 번호 보기:
sudo iptables {{[-P|--policy]}} {{chain}} {{rule}}
체인 [P]규칙 설정:
sudo iptables {{[-A|--append]}} {{chain}} {{[-s|--source]}} {{ip_address}} {{[-j|--jump]}} {{rule}}
IP에 대한 체인 정책에 규칙 [A]추가:
sysctl
설명 보기 ▼
sysctl
커널 런타임 변수를 나열하고 변경합니다.
더 많은 정보: <https://manned.org/sysctl.8>.
sysctl {{[-a|--all]}}
사용 가능한 모든 변수와 그 값을 표시:
sysctl -a
사용 가능한 모든 변수와 값 표시:
sysctl {{[-w|--write]}} {{section.tunable}}={{value}}
변경 가능한 커널 상태 변수를 설정:
