Skip to content

Proxy encrypting web pages and decrypting these in JS to protect against malware hooking browser or OS libs.

Notifications You must be signed in to change notification settings

nshadov/yubi-pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GENERAL DESCRIPTION

Simple HTTP proxy:

  • Receives request at LPORT tcp port
  • Sends request to RHOST:RPORT and receives response
  • Forwards response to active connection at LPORT

HOW TO

  • Start proxy:

./proxy.py

INSTALL

Python Dependencies:

  • Python 2.7 (aptitude install python2.7)
  • Twisted (pip install twisted)
  • BeautifulSoup 4 (pip install beautifulsoup4)

About

Proxy encrypting web pages and decrypting these in JS to protect against malware hooking browser or OS libs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages