Giter Club home page Giter Club logo

big-endian-obfuscator's Introduction

Big Endian Obfuscator ๐Ÿ’ป

Description โ„น๏ธ:

An implementation of the "Big Endian Obfuscation" Algorithm, a javascript obfuscation algorithm which was discovered in the wild being used by threat actors in credential phishing campaigns to effectively evade anti-phishing bots and crawlers' detection. Used to obfuscate phishing page source code.

Snippet of obuscated HTML code ๐Ÿ“ƒ:

Obfuscated source

Steps taken to replicate ๐Ÿ“:

  • Reverse engineered JS code
  • Replicated algorithm
  • Optimized algorithm to reduce file output size (array literals)
  • Implemented JS code auto-generation in python

Usage โš™๏ธ:

python bigendian.py

Phish detection and tracking โš ๏ธ:

Description of Big and Little Endianness โ„น๏ธ:

Endianness is simply the order in which a sequence of bytes is stored in computer memory.

Endianness is primarily expressed as:

  • Big-endian (BE) ๐Ÿ“‰
  • Little-endian (LE) ๐Ÿ“ˆ.

In the Big endian system the most significant byte (the big end) in a sequence (word) is stored first at the lowest/smallest memory address and the least significant byte at the largest.

In contrast, in the Little endian system the least significant byte is stored first at the lowest/smallest memory address and the most significant byte at the largest.

Fun fact ๐Ÿ˜:

The usage of the terms big endian and little endian were inspired by a passage in Gulliver's Travels (1726) in which the author used them to describe the two oppositions in a dispute on whether to crack a boiled egg by its big end or its little end.

big-endian-obfuscator's People

Contributors

jmorganp avatar

Watchers

 avatar

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.