All Projects → infobyte → Spoilerwall

infobyte / Spoilerwall

Licence: gpl-3.0
Spoilerwall introduces a brand new concept in the field of network hardening. Avoid being scanned by spoiling movies on all your ports!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spoilerwall

Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (-77.19%)
Mutual labels:  devops, pentesting, pentest
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-82.76%)
Mutual labels:  pentesting, pentest, ctf
Awesome Privilege Escalation
A curated list of awesome privilege escalation
Stars: ✭ 413 (-45.23%)
Mutual labels:  pentesting, pentest, ctf
Pentest Lab
Pentest Lab on OpenStack with Heat, Chef provisioning and Docker
Stars: ✭ 353 (-53.18%)
Mutual labels:  devops, pentest, ctf
Graphqlmap
GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes.
Stars: ✭ 434 (-42.44%)
Mutual labels:  pentest, ctf
Goohak
Automatically Launch Google Hacking Queries Against A Target Domain
Stars: ✭ 432 (-42.71%)
Mutual labels:  pentesting, pentest
Penetration Testing Study Notes
Penetration Testing notes, resources and scripts
Stars: ✭ 461 (-38.86%)
Mutual labels:  pentesting, pentest
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (-34.75%)
Mutual labels:  pentesting, pentest
Stegcracker
Steganography brute-force utility to uncover hidden data inside files
Stars: ✭ 396 (-47.48%)
Mutual labels:  pentesting, ctf
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-37.14%)
Mutual labels:  pentesting, pentest
Stowaway
👻Stowaway -- Multi-hop Proxy Tool for pentesters
Stars: ✭ 500 (-33.69%)
Mutual labels:  pentesting, ctf
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-44.43%)
Mutual labels:  pentesting, pentest
Platypus
🔨 A modern multiple reverse shell sessions manager wrote in go
Stars: ✭ 559 (-25.86%)
Mutual labels:  pentesting, ctf
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (-40.32%)
Mutual labels:  pentesting, pentest
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (-46.55%)
Mutual labels:  pentesting, pentest
Juice Shop
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
Stars: ✭ 6,270 (+731.56%)
Mutual labels:  pentesting, ctf
Thc Hydra
hydra
Stars: ✭ 5,645 (+648.67%)
Mutual labels:  pentesting, pentest
Pentest Env
Pentest environment deployer (kali linux + targets) using vagrant and chef.
Stars: ✭ 610 (-19.1%)
Mutual labels:  pentest, ctf
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+812.73%)
Mutual labels:  pentesting, pentest
Open Redirect Payloads
Open Redirect Payloads
Stars: ✭ 361 (-52.12%)
Mutual labels:  pentesting, pentest

Beware! Spoilers ahead!

Spoilerwall introduces a brand new concept in the field of network hardening. Avoid being scanned by spoiling movies on all your ports!

Firewall? How about Fire'em'all! Stop spending thousand of dollars on big teams that you don't need! Just fire up the Spoilers Server and that's it!

Movie Spoilers DB + Open Ports + Pure Evil = Spoilerwall

Set your own:

  1. Clone this repo
$ git clone [email protected]:infobyte/spoilerwall.git
  1. Edit the file server-spoiler.py and set the HOST and PORT variables.

  2. Change spoiler color (or not?), default green

  3. Run the server

$ python2 server-spoiler.py

The server will listen on the selected port (8080 by default). Redirect incoming TCP traffic in all ports to this service by running:

iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 1:65535 -j DNAT --to-destination {HOST}:{PORT}

Change {HOST} and {PORT} for the values set in step (2). Also, if the traffic is redirected to localhost, run:

sysctl -w net.ipv4.conf.eth0.route_localnet=1

Using this config, an nmap scan will show every port as open and a spoiler for each one.

View the live demo running in spoilerwall.faradaysec.com

~ ❯❯❯ telnet spoilerwall.faradaysec.com 23

Trying 138.197.196.144...

Connected to spoilerwall.faradaysec.com.

Escape character is '^]'.

Gummo

Fucked up people killing cats after a tornado

Connection closed by foreign host.

Browse in Shodan (but beware of the Spoilers!):

https://www.shodan.io/host/138.197.196.144

Be careful in your next CTF - you never know when the spoilers are coming!

Spoilers from SpoilMe: https://spoilme.io Thanks SpoilMe!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].