Coder Social home page Coder Social logo

requests-ja3's Introduction

requests-ja3

Modifying Python's requests module to spoof a ja3 fingerprint

(Since the repo seems to be getting some external attention, I want to clarify that this is experimental and not currently in a working state. Thank you!)

TO-DO LIST

  • decoder: parse string version of ja3
  • patcher: find and replace usages of ssl module in an imported requests module
  • monitor: dump ja3 off network using scapy
    • some inconsistency here? some fields don't seem to match ja3 reported by ja3er
    • not sure how to further debug this, client hello packet data from wireshark matches scapy
  • imitate: fake ssl module with customizable ja3
    • dummy C extension with setup.py and portable compiler setup
    • dummy pybind11 + cppimport extension (moved to ctypes)
    • ability to verify fakessl against real ssl module can't inspect pybind11 method signatures yet
    • dummy SSLSocket class
    • customized openssl compile options
    • linkage against C extension
    • usage of compiled openssl in SSLSocket class
    • ssl.wrap_socket at minimum
    • other ssl functions used by requests/urllib3
  • tests using ja3s from common browsers

REFERENCES

JA3 specification: https://github.com/salesforce/ja3/blob/master/README.md

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.