All Projects → RamadhanAmizudin → squid3-beEF

RamadhanAmizudin / squid3-beEF

Licence: MIT License
Proof of Concept - Using squid url rewrite feature to "hijack" proxy traffic and inject BeEF payload into it.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to squid3-beEF

Linux-System-Management-Scripts-Tricks
Linux Security & Linux Hardening & Linux Management & Linux Configuration
Stars: ✭ 70 (+483.33%)
Mutual labels:  squid3

Squid3-beEF

Proof of Concept - Using squid url rewrite feature to "hijack" proxy traffic and inject BeEF payload into it.

Requirement

Installation

  1. Copy rewrite.php and payload.js to apache document root
  2. Make rewrite.php executable by using following command
    • chmod +x /rewrite.php
  3. Edit /etc/squid3/squid.conf and add following line
    • url_rewrite_program /rewrite.php
  4. Change #_BEEFURL_# inside payload.js to BeEF Hook URL
  5. Create empty folder and allow writable by all user
    • mkdir -p /payload
    • chmod 0777 /payload

Be sure to restart squid3 (sudo service squid3 restart) to refresh the changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].