Skip to the content.

Fastgate Rooting

How to get full access to your Fastgate, a widely used Router distributed by the ISP Fastweb in Italy.

How does it work?

This trick uses a very old flaw available in a good majority of Technicolor routers. As explained later, you can can trick the router into displaying the content of its root folder of the router by crafting a special symbolic link, putting it on a USB drive and navigating the FS with SMB.

Getting Started

Requirements

Instructions

 config dropbear 'Example'
  option Interface 'lan'
  option Port '22'
  option IdleTimeout '600'
  option PasswordAuth 'on'
  option RootPasswordAuth 'on'
  option RootLogin '1'
  option enable '1'