Jump to content

xtr4nge

Active Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

597 profile views

xtr4nge's Achievements

Newbie

Newbie (1/14)

  1. Hi leg3nd Here you have a few screenshots of my SSLStrip fork implemented. https://github.com/xtr4nge/FruityWifi/wiki/Tutorial-(SSLStrip) regards,
  2. Hi leg3nd, good job. Take a look to this repo: https://github.com/xtr4nge/sslstrip Response tamperer support (@kkotowicz) and Code Injection was implemented (@xtr4nge) in the same SSLStrip fork. Options: -t <config>, --tamper <config> Enable response tampering with settings from <config>. -i , --inject Inject code into HTML pages using a text file (default inject.txt) For code injection you can use the -i option and the file path, so you don't need to use the hardcoded file path/name. Also you can implement more advanced attacks using the -t option. I'm adding these functionalities to my project this week. regards,
  3. :~# opkg update :~# opkg install px5g :~# opkg install uhttpd-mod-tls :~# vi /etc/config/uhttpd #list listen_http 0.0.0.0:1471 list listen_https 0.0.0.0:1471 :~# /etc/init.d/uhttpd restart Note: If you want to keep both, just assign a different port to listen_http and listen_https regards
×
×
  • Create New...