Giter Site home page Giter Site logo

dissectmalware / pysamesame Goto Github PK

View Code? Open in Web Editor NEW
24.0 2.0 4.0 43 KB

This is a python version of samesame repo to generate homograph strings

License: Apache License 2.0

Python 25.94% HTML 74.06%
homograph homoglyph python unicode confusable

pysamesame's Introduction

Introduction to PySameSame

This is a python port of samesame utility developed by @TheTarquin. It also offers a few more features that deemed to be useful.

By using PySameSame, you can:

  1. replace ASCII characters with homograph (look-alike) characters in a given string
homoglyph = english_confusables.get_homograph("this is for test")
  1. obtain all of the potential ASCII representations of a given Unicode homoglyph.
ascii_reprs = english_confusables.convert_to_ascii("๐ˆ๐ŸŽ๐ˆ๐”…ูก๐”‘S",ignore_case=True)
  1. obtain an HTML table representing the internal mappings that is used by PySameSame
mappings = english_confusables.generate_table()
  1. manually select a Unicode homoglyph for each English Alphabet and use the resulted mapping to transform a text using a web interface.

pysamesame's People

Contributors

dissectmalware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.