Last active
August 29, 2015 14:14
-
-
Save mikegi/3fd2f63df9783dde72ff to your computer and use it in GitHub Desktop.
Easylink M-mini AR9331 notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$nmap -A 192.168.1.1 | |
... | |
PORT STATE SERVICE VERSION | |
22/tcp open ssh Dropbear sshd 2014.63 (protocol 2.0) | |
53/tcp open domain dnsmasq 2.66 | |
| dns-nsid: | |
|_ bind.version: dnsmasq-2.66 | |
80/tcp open http LuCI Lua http config | |
|_http-title: Site doesn't have a title (text/html). | |
|_http-methods: No Allow or Public header in OPTIONS response (status code 400) | |
Service Info: OS: Linux; CPE: cpe:/o:linux:kernel | |
... | |
Web page at 192.168.1.1:80 | |
OpenWrt Barrier Breaker r40555 | |
Powered by LuCI Trunk (svn-r9971) | |
login: root | |
password: admin | |
root@Easy-link:~# df -h | |
Filesystem Size Used Available Use% Mounted on | |
rootfs 3.0M 292.0K 2.7M 10% / | |
/dev/root 4.0M 4.0M 0 100% /rom | |
tmpfs 30.0M 592.0K 29.4M 2% /tmp | |
/dev/mtdblock3 3.0M 292.0K 2.7M 10% /overlay | |
overlayfs:/overlay 3.0M 292.0K 2.7M 10% / | |
tmpfs 512.0K 0 512.0K 0% /dev | |
$cat /proc/cpuinfo | |
system type : Atheros AR9330 rev 1 | |
machine : ELINK M-mini | |
processor : 0 | |
cpu model : MIPS 24Kc V7.4 | |
BogoMIPS : 265.42 | |
CPUClock : 400 | |
FlashSize : 8192 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 16 | |
extra interrupt vector : yes | |
hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0ff8, 0x0ff8, 0x0ff8] | |
isa : mips1 mips2 mips32r1 mips32r2 | |
ASEs implemented : mips16 | |
shadow register sets : 1 | |
kscratch registers : 0 | |
core : 0 | |
VCED exceptions : not available | |
VCEI exceptions : not available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment