View Single Post
  #76  
Old 02.04.2018, 14:21
IamALoony
Guest
 
Posts: n/a
Default Arcadyan Router 6441 (O2 Homebox / Alice) v 1.01.31 Perl script

Perl 5 comes preinstalled on most systems (linux, mac).
For Windows it can be easily installed from strawberryperl.com by example.

The script builds heavily on the contributions from bybbl and others.
Save the code to a file named reconnect_6441.pl in any directory as you please.

To use it for auto reconnects, configure JD:
  • selected method: external batch reconnect
  • interpreter: perl -e
  • script(1): local @ARGV = qw( <pwd hash> ); do qw( ./reconnect_6441.pl );
  • start directory: <where you placed reconnect_6441.pl>
Footnote (1): The input to 'script' must be in one line and <pwd hash> (with the angle brackets) must be replaced with your hash. Instructions for creating your hash are inside the script.

https: //pastebin.com/0ctzg1FY

Last edited by IamALoony; 10.09.2018 at 22:01. Reason: preseve url
Reply With Quote