找回密码
 注册

QQ登录

只需一步,快速开始

查看: 9925|回复: 6

tcpdump busybox linux 猫

[复制链接]
发表于 2011-7-25 11:30:41 | 显示全部楼层 |阅读模式
本帖最后由 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 [function] [arguments]...
   or: function [arguments]...

        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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
发表于 2014-2-2 21:12:53 | 显示全部楼层
没有chmod 怎么加权限?
发表于 2014-2-3 01:39:14 | 显示全部楼层
tcpdump 用不了
 楼主| 发表于 2014-2-18 10:29:12 | 显示全部楼层
ftp先上传busybox 然后用新的busybox处理
发表于 2014-7-19 22:01:11 | 显示全部楼层
tcpdump 用不了
发表于 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 ]
/ #
发表于 2017-9-2 17:48:28 | 显示全部楼层
中兴f460光猫,上传了运不了?
  1. /usr/local/ct # wget -c http://192.168.1.6:81/busybox
  2. /usr/local/ct # ls
  3. busybox            web_shell_cmd.gch
  4. /usr/local/ct # chmod 777 /usr/local/ct/busybox
  5. /usr/local/ct # /usr/local/ct/busybox
  6. /usr/local/ct/busybox: 1: Syntax error: word unexpected (expecting ")")
  7. /usr/local/ct #
复制代码
*滑块验证:
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|宽带技术网 |网站地图

粤公网安备 44152102000001号

GMT+8, 2024-4-19 16:47 , Processed in 0.023834 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表