wykooo 发表于 2011-7-25 11:30:41

tcpdump busybox linux 猫

本帖最后由 wykooo 于 2011-7-25 11:36 编辑

提供做好的tcpdump网络包监听软件,大家可以下载试试,可以查看网络封包

目前实验成功的为h608b,电信提供的类似猫都可以,Linux内核的就行了
busybox1.16,这次支持的命令较多,将其复制到/usr/local/ct 文件夹



busybox1.16
BusyBox v1.16.0 (2011-06-25 23:35:58 CST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox ...
   or: function ...

      BusyBox is a multi-call binary that combines many common Unix
      utilities into a single executable.Most people will create a
      link to busybox for each function they wish to use and BusyBox
      will act like whatever it was invoked as.

Currently defined functions:
      [, [[, addgroup, adduser, adjtimex, ar, arp, arping, ash, awk,
      basename, beep, blkid, brctl, bunzip2, bzcat, bzip2, cal, cat, catv,
      chat, chattr, chgrp, chmod, chown, chpasswd, chpst, chroot, chrt, chvt,
      cksum, clear, cmp, comm, cp, cpio, crond, crontab, cryptpw, cttyhack,
      cut, date, dc, dd, deallocvt, delgroup, deluser, depmod, devmem, df,
      dhcprelay, diff, dirname, dmesg, dnsd, dnsdomainname, dos2unix, du,
      dumpkmap, dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid,
      ether-wake, expand, expr, fakeidentd, false, fbset, fbsplash, fdflush,
      fdformat, fdisk, fgrep, find, findfs, fold, free, freeramdisk, fsck,
      fsck.minix, fsync, ftpd, ftpget, ftpput, fuser, getopt, getty, grep,
      gunzip, gzip, halt, hd, hdparm, head, hexdump, hostid, hostname, httpd,
      hush, hwclock, id, ifconfig, ifdown, ifenslave, ifplugd, ifup, inetd,
      init, insmod, install, ip, ipaddr, ipcalc, ipcrm, ipcs, iplink,
      iproute, iprule, iptunnel, kbd_mode, kill, killall, killall5, klogd,
      last, length, less, linux32, linux64, linuxrc, ln, loadfont, loadkmap,
      logger, login, logname, logread, losetup, lpd, lpq, lpr, ls, lsattr,
      lsmod, lzmacat, lzop, lzopcat, makedevs, makemime, man, md5sum, mdev,
      mesg, microcom, mkdir, mkdosfs, mkfifo, mkfs.minix, mkfs.vfat, mknod,
      mkpasswd, mkswap, mktemp, modprobe, more, mount, mountpoint, msh, mt,
      mv, nameif, nc, netstat, nice, nmeter, nohup, nslookup, od, openvt,
      passwd, patch, pgrep, pidof, ping, ping6, pipe_progress, pivot_root,
      pkill, popmaildir, poweroff, printenv, printf, ps, pscan, pwd,
      raidautorun, rdate, rdev, readahead, readlink, readprofile, realpath,
      reboot, reformime, renice, reset, resize, rm, rmdir, rmmod, route,
      rtcwake, run-parts, runlevel, runsv, runsvdir, rx, script,
      scriptreplay, sed, sendmail, seq, setarch, setconsole, setfont,
      setkeycodes, setlogcons, setsid, setuidgid, sh, sha1sum, sha256sum,
      sha512sum, showkey, slattach, sleep, softlimit, sort, split,
      start-stop-daemon, stat, strings, stty, su, sulogin, sum, sv, svlogd,
      swapoff, swapon, switch_root, sync, sysctl, syslogd, tac, tail, tar,
      tcpsvd, tee, telnet, telnetd, test, tftp, tftpd, time, timeout, top,
      touch, tr, traceroute, true, tty, ttysize, tunctl, udhcpc, udhcpd,
      udpsvd, umount, uname, uncompress, unexpand, uniq, unix2dos, unlzma,
      unlzop, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, vlock,
      volname, wall, watch, watchdog, wc, wget, which, who, whoami, xargs,
      yes, zcat, zcip
tcpdump

busybox

sutuo 发表于 2014-2-2 21:12:53

没有chmod 怎么加权限?

sutuo 发表于 2014-2-3 01:39:14

tcpdump 用不了

wykooo 发表于 2014-2-18 10:29:12

ftp先上传busybox 然后用新的busybox处理

laowantgong 发表于 2014-7-19 22:01:11

tcpdump 用不了

nickr 发表于 2017-5-6 21:34:51

看起来可以用 谢楼主/
# ./tcpdump --help
tcpdump version 4.0.0
libpcap version 1.0.0
Usage: tcpdump [-aAdDefIKlLnNOpqRStuUvxX] [ -B size ] [ -c count ]
                [ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]
                [ -i interface ] [ -M secret ] [ -r file ]
                [ -s snaplen ] [ -T type ] [ -w file ] [ -W filecount ]
                [ -y datalinktype ] [ -z command ] [ -Z user ]
                [ expression ]
/ #

ccbcfan 发表于 2017-9-2 17:48:28

中兴f460光猫,上传了运不了?
/usr/local/ct # wget -c http://192.168.1.6:81/busybox
/usr/local/ct # ls
busybox            web_shell_cmd.gch
/usr/local/ct # chmod 777 /usr/local/ct/busybox
/usr/local/ct # /usr/local/ct/busybox
/usr/local/ct/busybox: 1: Syntax error: word unexpected (expecting ")")
/usr/local/ct #
页: [1]
查看完整版本: tcpdump busybox linux 猫