dd-wrt transparent plain text html parser?

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Shimo
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 197
Joined: 17 May 2008, 16:00
15
Location: Canada
Contact:

dd-wrt transparent plain text html parser?

Post by Shimo »

I'm wondering if there is any pre existing software for dd-wrt routers in which plain text html files loaded throught the router to a computer on the network can be parsed for certain lines of trigger text and print them into a text file in.

Code: Select all

 /jffs/tmp/dump
If this is not already out there how whould I go about making this?

Purpose? You might be asking. I want to test alot of the sites my family friends and I go to so I can see how many of out passwords it picks up. And no I'm not trying to be a dick. I already have most of these passwords anyways through good faith.

P.S. I don't want to run it as a man in the middle attack either. I want to be able to record some of this stuff while my computer is off. I know there are tools for it such as wireshark and cain, (in fact I plan on useing Cains list as a start. Then tweaking it a little.
[img]http://i133.photobucket.com/albums/q49/xblric9000000/ShimoSignature.jpg[/img]

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Re: dd-wrt transparent plain text html parser?

Post by CommonStray »

this sounds like what your looking for:

http://www.dd-wrt.com/wiki/index.php/Wl_command" onclick="window.open(this.href);return false;

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: dd-wrt transparent plain text html parser?

Post by DNR »

I don't think that router is capable of deep packet inspection to catch user/pass.

That will require memory and CPU resource, thats not avail on that router.

You will need a computer, left on and always running a sniffer - the sniffer can be filtered to only catch user/pass login variations.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
Shimo
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 197
Joined: 17 May 2008, 16:00
15
Location: Canada
Contact:

Re: dd-wrt transparent plain text html parser?

Post by Shimo »

Well I'm sporting a Asus RT-N16 now, SOOOO I think it can handle it. lol I even contemplated overclocking it with console commands. I tested it and I can, but then I set it back down, I really don't need it to be any faster.

Code: Select all

Stock Power Supply = 12V - 1,25A max (**)

Ethernet Ports = WAN x 1 RJ-45 for 10/100/1000 Base T, LAN x 4 RJ-45 for 10/100/1000 Base T

Antennas = 3 x external detachable antennas

USB ports = USB2.0 x 2

WiFi Operating Frequency = 2.4GHz ~ 2.5GHz

802.11n Draft = up to 300Mbps

802.11g = 6, 9, 12, 18, 24, 36, 48, 54Mbps

802.11b = 1, 2, 5.5, 11Mbps

Unit RAM = 128 MB (2x 64MB - Samsung K4N511163QZ-HC25 or 2x 64MB - Samsung K4T51163QG-HCE6)

Unit Flash = 32 MB (MACRONIX MX29GL256EHTI2I-90Q)

Unit CPU = Broadcom4718A, 533 MHz (Factory clocked to 480MHz)

Unit Switch Chip = Broadcom BCM53115SKFBG

Color of LEDs = Blue 
Think it could pull it off. ;)




Edit: Hmmm, want to know something interesting?

Code: Select all

root@RTN16:~# wl arpoe
wl:arpoe ->wl driver adapter not found
root@RTN16:~# ipkg install wl_driver
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wl_driver.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~# ipkg install wldriver
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wldriver.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~# ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/Packages.gz
Inflating http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/optware
Successfully terminated.
root@RTN16:~# ipkg install wldriver
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wldriver.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~# ipkg install wl-driver
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wl-driver.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~# ipkg install wl
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wl.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~# ipkg install wldriver
Configuring openldap
Starting OpenLDAP
/opt/libexec/slapd: can't resolve symbol '_dl_run_init_array'
postinst script returned status 1
ERROR: openldap.postinst returned 1
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package wldriver.
Check the spelling or perhaps run 'ipkg update'
root@RTN16:~#
I'm assuming that's the code that was referenced. Although, this makes me wonder if there is a port of wireshark to broadcom routers. I've never actually used wireshark though.....
[img]http://i133.photobucket.com/albums/q49/xblric9000000/ShimoSignature.jpg[/img]

Post Reply