Code Monkey home page Code Monkey logo

webfake's Introduction

What is this project about?

alt text

This tool lets you to deploy a server which will act like proxy between browser and some real domain. All requests from client will be passed to the real domain and all URLs in responses will be substituted on fake domain.

Technically speaking, it is phishing tool, but you can use it for a lot of good reasons:

  1. Remove unwanted content from sites
  2. Modify site design as you want

I am currently passive working on it, ant it is not production-ready! If you need some assistance, contact me in Telegram - @Asen_17.

I hope to find some developing partners for this project - let me know if you would be interested working together!

How to use it?

Consider this project as experimental!
It is currently on the stage of PoC, but still you can make it work with simple configuration:

  1. Install python library dependencies: pip3 install -r requirements.txt
  2. Configure app.py in Config section (read comments there)
    1. Set original domain and path you want to mimick
    2. Write HTML/JS code in inject.html you want to inject in original site`s code
  3. Setup your fake domain. By default local domain used - faker.loc, configure it in local DNS settings (file hosts).
  4. Run app.py - python3 app.py
  5. Go to browser and open https://faker.loc
    1. If you use path, use it also in fake domain! So, according to default settings of app.py it should be - https://faker.loc/demone2/phone-and-tablet

TODO

  • fix enormously large div-block heights (noon, amazon, google) [something not loading correctly]
  • more clever domain substitution [look for encoded domain name in HTML/JS]
  • always substitute URL but with original path
  • speedup HTTP requests
  • make real domain configurable, not hardcoded [best way to do it - through named cookies]

webfake's People

Contributors

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