Kip – Knowledge Is Power

Dedicated Rooms

  • BitCoin Info
  • Library of Code
  • About Site & Stats
    • Program Stats

Categories

  • Bitcoins (1)
  • Computers (127)
    • Anti-Virus (1)
    • Command Line (25)
    • Computer Networking (35)
      • Authentication (1)
      • IPs and Ranges (1)
      • Network Cracking Tools (2)
      • Proxys (2)
      • Sniffing (1)
      • Sockets (1)
      • SSH (11)
      • TOR Onion Routing Network (1)
      • VPN's (1)
        • Zerotier (1)
    • File Systems (1)
    • Malware (2)
    • OS's – Operating Systems (66)
      • Google's OS's (16)
        • Android (13)
          • Cracking (6)
          • Hacking (3)
          • Robotics (1)
          • Rooting (2)
      • Linux (34)
        • E-Mail (1)
        • Raspberry Pi (5)
        • Screen Savers (1)
      • Microsoft Windows (15)
        • Windows 10 (1)
      • Other Operating Systems (1)
    • Programming (32)
      • BASH (16)
      • Cold Fusion (1)
      • HTML / JavaScript (3)
      • Joomla (1)
      • MS SQL (1)
      • MySQL (5)
      • nginx (1)
      • Node.JS (1)
      • PHP (5)
      • PowerShell (3)
      • Robots (1)
    • Security (12)
    • Software (14)
      • Virtualization Systems (1)
        • Proxmox (1)
      • WebServers (1)
    • Tips & Tricks (26)
      • Search Engine Foo (1)
  • Cryptography or Cryptology (1)
  • Into the Future (5)
  • Local Area – Holmes County Ohio USA (1)
  • Movies (6)
  • News (69)
    • of BitCoin (1)
    • of Conspiracies (2)
    • of Edward Snowden (13)
    • of Game Plays (2)
    • of Technology and Science (15)
    • of the Weird (2)
    • The Cases of … (1)
      • Mcdonalds (1)
    • The Police State of… (34)
      • Australia (1)
      • United States of America (31)
  • Out of the Past (11)
  • Reviews (4)
    • of Books (1)
    • of Games (1)
    • of Products (1)
    • of Websites (1)
  • Robot_Droids_and_AI – Oh My! (3)
    • Software (1)
  • Stories (42)
  • Things passed in emails (3)
  • Uncategorized (681)
  • Videos (1)
    • Blimps OR Air Ships (1)
  • WebSites (2)
    • GRC (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Traffic Analysis

Capture remote traffic using SSH

Posted on 2012/11/12 by Seth Leedy

Show how capture remote traffic through ssh and analysis with wireshark.

the basic to do this is:

$ mkfifo /tmp/remoteif
$ ssh [email protected] “tcpdump -ni pflog0 -w – host 10.20.30.40″ > /tmp/remoteif
$ wireshark -k -i /tmp/remoteif

* Tips: configure your remote user to use sudo to execute tcpdump. Configure root login without password using keys

 630 total views

Posted in SSH Tagged Root Login, Ssh, Tcpdump, Tmp, Traffic Analysis

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress | Theme: wp386 by Keitaroh Kobayashi.
HTML Snippets Powered By : XYZScripts.com
WordPress Appliance - Powered by TurnKey Linux