Giter Site home page Giter Site logo

htmlobfuscator's Introduction

HTMLObfuscator

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

Screenshots

example.html

example.html

example_obfuscated.html

example_obfuscated.html

htmlobfuscator's People

Contributors

navpreetdevpuri avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

rajeevchristo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.