I am trying to make the a5-v11 into a network scanner and I was following this tutorial on how to do it but now I can't do anything and it also doesn't work. I have flashed it but now it just won't change, link to the tutorial: https://samy.link/blog/jabberjaw-convert-your-router-in-portable-network-attack-dev. Now I don't know how to do anything so please help me in turning this into a network scanner like in the tutorial
You have purpose-built devices on sale, pentesting othe's wifi is impolite if not illegal.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
- Shows this
BusyBox v1.28.4 () built-in shell (ash)
^`. o
^_ \ \ o o
\ \ { \ o
{ \ / `~~~--__
{ \___----~~' `~~-_ ______ _____
\ /// a `~._(_||___)________/___
/ /~~~~-, ,__. , /// __,,,,) o ______/ \
\/ \/ `~~~; ,---~~-_`~= \ \------o-' \
/ / / /
'._.' _/_/
';|\
---------------------------------------------------------
JabberJaw 1.0.3, Naqwada Security, (2021/11/28)
---------------------------------------------------------
Your JFFS2-partition seems full and overlayfs is mounted read-only.
Please try to remove files from /overlay/upper/... and reboot!
root@JabberJaw:~#
- Can't sysupgrade or mtd write
root@JabberJaw:/mnt# mtd write openwrt-15.05.1-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin Kernel
Could not open mtd device: Kernel
Can't open device for writing!
root@JabberJaw:/mnt# sysupgrade -v openwrt-15.05.1-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin
Image not in /tmp, copying...
Image metadata not found
Invalid image type.
Image check 'platform_check_image' failed.
root@JabberJaw:/mnt#
So What Should I Do?
It already runs some kind of OpenWRT derivative which rejects openwrt sysupgrade.
Can you show ubus call system board
to assesS in how many steps upgrade with resets should go?
EDIT: sorry typed bad
It looks like support for this device has ended:
https://openwrt.org/toh/unbranded/a5-v11
But it still works, The problem is that I don't know how to do anything because I am new
Here you go
root@JabberJaw:/overlay/upper/etc# ubus call system board
{
"kernel": "4.14.206",
"hostname": "JabberJaw",
"system": "Ralink RT5350 id:1 rev:3",
"model": "A5-V11",
"board_name": "a5-v11",
"release": {
"distribution": "OpenWrt",
"version": "18.06.9",
"revision": "r8077-7cbbab7246",
"target": "ramips\/rt305x",
"description": "OpenWrt 18.06.9 r8077-7cbbab7246"
}
}
@ brada4 The thing is that I am running opkg and it shows this:
root@JabberJaw:/overlay/upper/etc# opkg update
Downloading http://downloads.openwrt.org/releases/18.06.9/targets/ramips/rt305x/packages/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/targets/ramips/rt305x/packages/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/base/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/base/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/luci/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/luci/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/packages/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/packages/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/routing/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/routing/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/telephony/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/telephony/Packages.gz
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/targets/ramips/rt305x/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/base/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/luci/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/routing/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06.9/packages/mipsel_24kc/telephony/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
root@JabberJaw:/overlay/upper/etc#
And I am trying to EXTROOT it but the commands aren't installed
You will need clean openwrt first. Via forced sysupgrade, consider extroot vs extea install path on USB if that is mounted.
Change URLs to be based on http://archive.openwrt.org/releases/
I% is old and insecure at best, unlikely to run any of todays security tools
How do you clean openwrt?
Do a clean install, we are not fortune tellers to guess what you got customized on your device
Additionaly change repis to archive, it supports http unlike dowloads server.
Alright, but then how do I change repis to archive
Edit file /etc/opkg/distfeeds.conf
But after installing clean OpenWRT
The device is half of toodays absolute minimum.
check these:
https://openwrt.org/toh/views/toh_available_16128_ax-wifi
some havve gigabyte of each and 10x faster wifi
Hi brada4, I wanted to ask you how I can install packages through files available on the download page for sysupgrade files, and packages... https://downloads.openwrt.org/releases/18.06.9/targets/ramips/rt305x/
Sysupgrade or luci firmware menu, you know you are reanimating roadkill
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.