00:21
<
damo22 >
i set 403 to some user agent strings like anything with "bot" in it
00:21
<
damo22 >
that stops most of them
00:25
<
damo22 >
at least from hogging the bandwidth
00:31
<
damo22 >
can someone suggest how tplink devices with only one "firmware" partition containing kernel+rootfs actually finds root?
00:33
<
damo22 >
mine fails if i set root=/dev/mtdblock1 because the start of that is kernel not rootfs
01:20
Emantor has joined #openwrt-devel
01:27
damo22 has quit [Read error: No route to host]
01:57
skynet2 has quit [Ping timeout: 480 seconds]
02:22
minimal has quit [Quit: Leaving]
03:47
damo22 has joined #openwrt-devel
03:55
damo22 has quit [Read error: No route to host]
03:55
nixuser has quit [Ping timeout: 480 seconds]
04:06
AtomiclyCursed2 has joined #openwrt-devel
04:13
damo22 has joined #openwrt-devel
04:17
madwoota- has joined #openwrt-devel
04:19
nixuser has joined #openwrt-devel
04:22
<
damo22 >
mrnuke: ^5
04:22
madwoota has quit [Ping timeout: 480 seconds]
04:22
madwoota- is now known as madwoota
05:06
rua has quit [Quit: Leaving.]
05:57
<
damo22 >
mrkiko: mr200 v6 port completed
06:29
sorinello has joined #openwrt-devel
06:49
guidosarducci has quit [Remote host closed the connection]
06:49
guidosarducci has joined #openwrt-devel
06:52
rua has joined #openwrt-devel
07:16
damo22 has quit [Read error: No route to host]
08:39
MAbeeTT has quit [Remote host closed the connection]
08:39
MAbeeTT has joined #openwrt-devel
08:46
AtomiclyCursed2 has joined #openwrt-devel
08:53
killgufo has quit [Quit: Byez]
08:54
killgufo has joined #openwrt-devel
09:36
EqUaTe_ has joined #openwrt-devel
09:36
bookworm_ has joined #openwrt-devel
09:38
slh64 has joined #openwrt-devel
09:39
AndyCap_ has joined #openwrt-devel
09:39
Pokey has joined #openwrt-devel
09:39
rua has quit [reticulum.oftc.net helix.oftc.net]
09:39
sorinello has quit [reticulum.oftc.net helix.oftc.net]
09:39
Emantor has quit [reticulum.oftc.net helix.oftc.net]
09:39
[Pokey] has quit [reticulum.oftc.net helix.oftc.net]
09:39
schmars[m] has quit [reticulum.oftc.net helix.oftc.net]
09:39
mrkiko has quit [reticulum.oftc.net helix.oftc.net]
09:39
EqUaTe has quit [reticulum.oftc.net helix.oftc.net]
09:39
bookworm has quit [reticulum.oftc.net helix.oftc.net]
09:39
hexa- has quit [reticulum.oftc.net helix.oftc.net]
09:39
slh_ has quit [reticulum.oftc.net helix.oftc.net]
09:39
KGB-2 has quit [reticulum.oftc.net helix.oftc.net]
09:39
slh has quit [reticulum.oftc.net helix.oftc.net]
09:39
Guest2298 has quit [reticulum.oftc.net helix.oftc.net]
09:39
AndyCap has quit [reticulum.oftc.net helix.oftc.net]
09:39
EqUaTe_ is now known as EqUaTe
09:39
slh has joined #openwrt-devel
09:41
Emantor has joined #openwrt-devel
09:42
damo22 has joined #openwrt-devel
09:51
sorinello has joined #openwrt-devel
09:51
bookworm_ is now known as bookworm
09:52
hexa- has joined #openwrt-devel
09:52
schmars[m] has joined #openwrt-devel
09:57
KGB-2 has joined #openwrt-devel
09:58
rua has joined #openwrt-devel
10:09
ynezz has joined #openwrt-devel
10:10
ynezz is now known as Guest2806
10:17
<
jow >
Mangix: as f00b4r0 implied, they're not training it on openwrt specifics, they just rudely scrape the entire web, deperately trying to gobble up training data
10:18
<
jow >
they disregard any kind of crawler netiqette and effectively act like a DDoS operation
10:19
<
jow >
if they'd actually be interested in the
*code* they'd simpyl clone the git repo and analyze the data in a structured manner
10:19
<
jow >
but no, they jusat wrote a half assed web spider breaking any kind of rule and conventions
10:20
<
jow >
and to hide that behaviour they make it request stuff from hundreds of different IPs
10:21
<
damo22 >
i block them from my cgit by user agent
10:22
<
damo22 >
they still hit my server, but at least it returns 403 quickly
10:30
skynet2 has joined #openwrt-devel
10:31
<
damo22 >
the spiders are usually so dumb that they use a fixed agent string even though they rotate IPs so im not sure why they bother
10:54
<
damo22 >
I dont know how to make an easy install method for factory image of my mr200 v6 port, when i try flashing from the http portal i get:
10:54
<
damo22 >
[ http_rpm_update ] 180: malloc 16779264 for upgrade
10:54
<
damo22 >
[ rsl_sys_verifyFirmware ] 2374: Image is not correct(firmwareLength=0xf90000)!
10:57
<
damo22 >
if i pad out the end of the firmware by 0x30000 it fails md5 check instead:
10:57
<
damo22 >
[ rsl_sys_verifyFirmware ] 2333: Image md5 checksum is not correct, len is fc0000!
10:59
<
damo22 >
so it appears the factory.bin is correctly formed but not the right length?
11:00
rua has quit [Quit: Leaving.]
11:01
guidosarducci_ has joined #openwrt-devel
11:04
guidosarducci has quit [Ping timeout: 480 seconds]
11:15
radxanaoki has quit [Quit: radxanaoki]
11:16
<
damo22 >
ok decompiling libcmm.so
12:11
<
damo22 >
iVar10 = *(iVar2 + 0x7c) + *(iVar2 + 0x80) + 0x20200;
12:11
<
Habbie >
i just had a signed math incident writing similar code
12:12
<
damo22 >
ghidra told me that
12:14
<
damo22 >
basically derefs the two header offsets, sums them and adds a constant 0x20200
12:14
<
damo22 >
0x20000 is the size of uboot and 0x200 is an extra vendor header
12:19
<
damo22 >
im trying to retrofit the factory image so i can upgrade it to openwrt from the vendor html page
13:51
minimal has joined #openwrt-devel
14:01
mrkiko has joined #openwrt-devel
14:09
rua has joined #openwrt-devel
14:38
rua is now known as Guest2819
14:38
rua has joined #openwrt-devel
14:38
Guest2819 has quit [Quit: Leaving.]
15:24
fakuivan has joined #openwrt-devel
15:37
noltari has quit [Quit: Bye ~ Happy Hacking!]
15:37
noltari has joined #openwrt-devel
18:01
Staz97646298265307 has joined #openwrt-devel
18:29
Staz97646298265307 has joined #openwrt-devel
19:36
goliath has joined #openwrt-devel
20:04
Fijxu has quit [Quit: XD!!]
20:07
Fijxu has joined #openwrt-devel
20:26
radxanaoki has joined #openwrt-devel
20:55
goliath has quit [Quit: SIGSEGV]
20:56
Staz97646298265307 has quit [Read error: Connection reset by peer]
20:56
Staz97646298265307 has joined #openwrt-devel
21:32
minimal has quit [Quit: Leaving]
22:21
gch981213 has joined #openwrt-devel
22:33
tmn505 has quit [Remote host closed the connection]
22:34
tmn505 has joined #openwrt-devel