English Amiga Board


Go Back   English Amiga Board > Main > Nostalgia & memories

 
 
Thread Tools
Old 25 April 2020, 18:43   #1
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
LIVE600 - Telnet into an A600 from your browser

Dear Amiga aficionados,
I'm new to this board (but I've been lurking for a while!), i hope not to break
any rules/conventions.

Would you please leave me a love message in a floppy?
By clicking here:

http://avantgarden.dyndns.org/amiga600/

you will "telnet into" an actual Amiga 600 and will be able to poke around!
(mobile browsing tested OK with Android 8+, Chrome and Firefox)

Have been working on this for a while...
Glad to give technical info on how to achieve this!
Thank you very much,
Avantgarden

**UPDATE**
I've added a rudimentary dial-up functionality!
It just displays a banner but hey, it is still an Amiga 600!
Click the link above and issue the "modem" command!

Last edited by avantgarden; 01 May 2020 at 18:28. Reason: added modem feature
avantgarden is offline  
Old 25 April 2020, 20:17   #2
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,863
Pretty well protected! Nice. :-)
Jope is offline  
Old 25 April 2020, 20:38   #3
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Thanks for visiting me! Protection is never enough... Even if I get defaced I will learn something!
avantgarden is offline  
Old 25 April 2020, 20:55   #4
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
PFS3 I assume?
indigolemon is offline  
Old 25 April 2020, 21:02   #5
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Eh eh! No, "telnet censoring"...
avantgarden is offline  
Old 25 April 2020, 21:45   #6
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,775
Brilliant ,Wish you were here.
Retro1234 is offline  
Old 25 April 2020, 21:47   #7
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Thank you sir! Ummagumma
avantgarden is offline  
Old 25 April 2020, 22:39   #8
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Some insights!

On a Raspberry Pi runs "Shellinabox" and a telnet proxy that blocks offensive commands.

The RPI is in between you and the actual Amiga [PS. added for clarity].

So nice to hear DFO: clicking when you leave a message!

Wished to use a plain Amiga 600 but had to add 1 MEG CHIP for this to be usable.

I've found the embeddable Topaz font on GitHub! https://github.com/rewtnull/amigafonts/

Cheers
Avantgarden

Last edited by avantgarden; 26 April 2020 at 00:04.
avantgarden is offline  
Old 26 April 2020, 00:27   #9
sneeker
Registered User
 
Join Date: Mar 2008
Location: Manchester!
Posts: 308
So thats how your blocking the commands.
Very cool, as I tried using ed to look at some stuff and it didnt work.
sneeker is offline  
Old 26 April 2020, 00:32   #10
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Hi Sneeker! Use "type" instead!
ED has a GUI.
Thanks for chiming in, cheers
Avantgarden
avantgarden is offline  
Old 26 April 2020, 10:39   #11
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Moar insights!

The "wall" command that broadcasts a message on all consoles is in fact a small BlitzBasic2
executable that connects to the standard Linux "wall" facility running on the Pi:

Code:
If NumPars=0
   NPrint "Are you scared to write on the wall?"
   End
EndIf

For i=1 To NumPars : wall$=wall$+Par$(i)+" " : Next
If OpenFile(0,"TCP:pi-address/pi-tcp-port")
   FileOutput 0
   NPrint wall$
   CloseFile 0
   DefaultOutput
Else
   NPrint "Unable to connect."
EndIf
End
On the Pi side "ncat" is listening!

Code:
ncat --sh-exec "/usr/bin/head -c80 | strings -n1 | /usr/bin/wall" --recv-only -l pi-tcp-port --keep-open

Many thanks to all the "beta-testers"!
avantgarden is offline  
Old 26 April 2020, 21:50   #12
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,775
I don't fully understand this but in theory could you LoadWb ?
Retro1234 is offline  
Old 26 April 2020, 22:26   #13
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
No sir, even Emacs doesn't work correctly! It's the aspect of the console that makes you want to "loadwb"! (fonts, colours). Try to toggle the "Purist" mode by clicking the right mouse button. Thank you.
avantgarden is offline  
Old 27 April 2020, 00:18   #14
a1k3k
Registered User
 
Join Date: Apr 2020
Location: Kernelville
Posts: 15
So cool, loved it!
a1k3k is offline  
Old 27 April 2020, 14:09   #15
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Thanks for all the pentesting!! Lots of clever people around the board. I'll keep all those love messages in DF0: in my Amigan heart forever . Stay tuned for mode technical insights for those interested. THANKS AGAIN.
avantgarden is offline  
Old 27 April 2020, 20:32   #16
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Good evening my fellow Amigans.

For those who wondered what that strange S:ED.SERVICE script file is doing, more info can be found here:
http://aminet.net/package/comm/misc/Amied

I have a question for the kind user posting under the handle "Cobe", who connected from a mobile device: what version of Android are you running?

After a few more attempts with "hacking myself" I've found that:

5> SET a=reb
5> SET b=oot
5> $a$b

was indeed working, causing the system to reboot! Had to filter out the "$" character as a countermeasure.
With this trick, unlocking DH0 is trivial... Phew!

Thank you guys, you all rock!

Avantgarden
http://avantgarden.dyndns.org/amiga600/
avantgarden is offline  
Old 27 April 2020, 21:51   #17
Cobe
Registered User
 
Join Date: Jan 2014
Location: Belgrade / Serbia
Age: 41
Posts: 1,004
Quote:
Originally Posted by avantgarden View Post
i have a question for the kind user posting under the handle "cobe", who connected from a mobile device: What version of android are you running?
8.1.0
Cobe is offline  
Old 27 April 2020, 22:01   #18
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Quote:
Originally Posted by Cobe View Post
8.1.0
Thank you Cobe!

Older versions (5 for example) made a real mess with the "Shellinabox" Ajax keyboard routines...

More info on this excellent software here:
https://github.com/shellinabox/shell...ut-shellinabox
avantgarden is offline  
Old 30 April 2020, 02:32   #19
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Sorry, the downtime is for setting up a 28.8 MODEM and AGetty!

http://aminet.net/package/comm/uucp/AGetty0_218

Is that all I need to get the Amiga "dialable"?

I'm testing from a 1200 with Terminus but BOTH phone lines are Voip...

A1200 --> MODEM --> ATA --> VOIP --> ATA --> MODEM --> A600

(ATA = analogue phone adapter)

Sigh! 1 call out of 10 I get the AGetty banner but characters aren't echoed back in Terminus.
Help needed from some BBS guru!

Cheers,
AvantGarden
avantgarden is offline  
Old 01 May 2020, 18:33   #20
avantgarden
Registered User
 
Join Date: Apr 2020
Location: Roma
Posts: 48
Fixed by forcing the calling modem to negotiate 1200 cps! The 600 is now officially DIALLABLE...
avantgarden is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
9+ years on Telnet... SpitfireTN News 0 14 August 2019 04:43
/X Telnet BBS Olecranon Nostalgia & memories 7 27 February 2014 22:35
Telnet with Winuae Mangar support.WinUAE 8 20 January 2010 17:30
kx light and telnet netsurge support.OtherUAE 7 17 January 2009 00:54
A600 internet browser ? MrA600HD support.Apps 7 25 October 2006 21:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09618 seconds with 16 queries