Skip to content

Simple website that has hidden code, inspiration from pwnfunction

Notifications You must be signed in to change notification settings

Fukuro192/hidden-code-web-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hidden-code-web-site

A simple site implementation of the video from PwnFunction's video.

When going to the site, you'll get a page with no code when you inspect the page's source code. That is only if you use a firefox browser or a fork of it. If you use chrome, you'll get a white page.

learn more here.

After 5 seconds, you will be redirected to a youtube video with a guy that can't stop playing CoD while there's an earthquaque.

run

You will need python and pip.

if you don't have flask, install it using pip:

pip install flask

run the server:

python3 main.py

You might need administrator's permission, so if you get an error, and if you're on linux, just type this:

sudo !!

for running the previous command on sudo permission.

access the site

go to localhost:3000 after you run the server.

About

Simple website that has hidden code, inspiration from pwnfunction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published