Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked HTMLObfuscator


itsMe

Recommended Posts

This is the hidden content, please

HTML Obfuscator using beautifulsoup in python

Open obfuscated HTML and look into devTools. It is magical how some invisible zero-width characters can change the text for a computer or bot but, it looks same for human eys!

This Python script can insert those zero-width characters randomly into HTML content according to given probability that means each character in HTML content will have an extra zero-width character with given probability. For example if probability is 0.5 then half of the HTML content is going to be zero-width characters.

This Python script also inserts some random span tags with some random sentences according to given probability and word count.

This Python script also hides some content into html attribute and CSS inserts it using ::after according to given probability.

Example: python main.py -i .\example.html -o .\example_obfuscated.html

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.