Giter Site home page Giter Site logo

hrt / tamperdetectjs Goto Github PK

View Code? Open in Web Editor NEW
27.0 2.0 2.0 153 KB

Finding new methods to detect tampering of native functions in JS (chrome V8)

JavaScript 7.82% HTML 92.18%
anticheat anticheat-bypass javascript js proxy tamper tamper-detection tampermonkey

tamperdetectjs's Introduction

https://hrt.github.io/TamperDetectJS/

https://hrt.github.io/TamperDetectJS/

Detecting alterered native functions / prototypes in Javascript

"It is impossible to determine whether an object is a proxy or not (transparent virtualization)." - https://exploringjs.com/es6/ch_proxies.html

Detecting altered prototypes is useful for when you don't want 3rd party scripts from messing with your page - including anti cheats for certain games. This repo explores methods of detecting if a method has been tampered with as well as methods to get around such detections.

In conclusion, it's possible to determine if a proxy of a native function is a proxy. There are many tells.


index.html is a standalone page with embeded javascript that will check if Array.prototype.join has been tampered with.

You can view index.html on your browser here https://hrt.github.io/TamperDetectJS/

I've included two tampermonkey content script that tampers with Array.prototype.join.

One is a simple proxy that gets detected. The other attempts to conceal the proxy but still fails...


Big thonks to Lemons1337 for chipping in.

Note: This is meant only for chromium based browsers. You will get false detections on others.

tamperdetectjs's People

Contributors

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

Watchers

 avatar  avatar

tamperdetectjs's Issues

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.