Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- login as: root
- root@192.168.1.69's password:
- BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) built-in shell (ash)
- _ _ _ _ ______ ____ _ _ ___ __ __
- | | | | | | | ____| | _ \ (_) | | |__ \ \ \ / /
- | |__| | | | | |__ | |_) |_ __ _ __| | __ _ ___ ) | \ V /
- | __ | | | | __| | _ <| '__| |/ _` |/ _` |/ _ \ / / > <
- | | | | |__| | |____ | |_) | | | | (_| | (_| | __/ / /_ _ / . \
- |_| |_|\____/|______| |____/|_| |_|\__,_|\__, |\___| |____(_)_/ \_\
- __/ |
- |___/
- ----------------------------------------------------------------------
- Version: 1810251352
- ----------------------------------------------------------------------
- root@Wohnzimmer:~# busybox --install opkg
- --install: applet not found
- root@Wohnzimmer:~# opkg
- -ash: opkg: not found
- root@Wohnzimmer:~# wget
- BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) multi-call binary.
- Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]
- [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
- [-U|--user-agent AGENT] URL...
- Retrieve files via HTTP or FTP
- -s Spider mode - only check file existence
- -c Continue retrieval of aborted transfer
- -q Quiet
- -P DIR Save to DIR (default .)
- -O FILE Save to FILE ('-' for stdout)
- -U STR Use STR for User-Agent header
- -Y Use proxy ('on' or 'off')
- root@Wohnzimmer:~# gcc
- -ash: gcc: not found
- root@Wohnzimmer:~# gpp
- -ash: gpp: not found
- root@Wohnzimmer:~# busybox --install curl
- --install: applet not found
- root@Wohnzimmer:~# busybox --list
- [
- [[
- arping
- ash
- awk
- basename
- brctl
- bunzip2
- bzcat
- cat
- chgrp
- chmod
- chown
- chroot
- clear
- cmp
- cp
- crond
- crontab
- cut
- date
- dd
- devmem
- df
- dirname
- dmesg
- du
- echo
- egrep
- env
- expr
- false
- fgrep
- find
- flash_eraseall
- free
- fsync
- grep
- gunzip
- gzip
- halt
- head
- hexdump
- hostid
- hwclock
- id
- ifconfig
- kill
- killall
- less
- ln
- lock
- logger
- login
- ls
- md5sum
- mkdir
- mkfifo
- mknod
- mkswap
- mktemp
- mount
- mv
- nanddump
- nandwrite
- nc
- netmsg
- netstat
- nice
- nslookup
- ntpd
- passwd
- pgrep
- pidof
- ping
- ping6
- pivot_root
- poweroff
- printf
- ps
- pwd
- readlink
- reboot
- reset
- rm
- rmdir
- route
- sed
- seq
- sh
- sha1sum
- sleep
- sort
- start-stop-daemon
- stat
- strings
- switch_root
- sync
- sysctl
- tail
- tar
- tee
- test
- time
- top
- touch
- tr
- traceroute
- true
- ubiattach
- ubidetach
- ubiupdatevol
- udhcpc
- umount
- uname
- uniq
- uptime
- vconfig
- vi
- wc
- wget
- which
- xargs
- yes
- zcat
- root@Wohnzimmer:~# busybox
- BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) multi-call binary.
- BusyBox is copyrighted by many authors between 1998-2012.
- Licensed under GPLv2. See source distribution for detailed
- copyright notices.
- Usage: busybox [function [arguments]...]
- or: busybox --list
- 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:
- [, [[, arping, ash, awk, basename, brctl, bunzip2, bzcat, cat, chgrp,
- chmod, chown, chroot, clear, cmp, cp, crond, crontab, cut, date, dd,
- devmem, df, dirname, dmesg, du, echo, egrep, env, expr, false, fgrep,
- find, flash_eraseall, free, fsync, grep, gunzip, gzip, halt, head,
- hexdump, hostid, hwclock, id, ifconfig, kill, killall, less, ln, lock,
- logger, login, ls, md5sum, mkdir, mkfifo, mknod, mkswap, mktemp, mount,
- mv, nanddump, nandwrite, nc, netmsg, netstat, nice, nslookup, ntpd,
- passwd, pgrep, pidof, ping, ping6, pivot_root, poweroff, printf, ps,
- pwd, readlink, reboot, reset, rm, rmdir, route, sed, seq, sh, sha1sum,
- sleep, sort, start-stop-daemon, stat, strings, switch_root, sync,
- sysctl, tail, tar, tee, test, time, top, touch, tr, traceroute, true,
- ubiattach, ubidetach, ubiupdatevol, udhcpc, umount, uname, uniq,
- uptime, vconfig, vi, wc, wget, which, xargs, yes, zcat
- root@Wohnzimmer:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement