Metadata-Version: 2.1
Name: pwnlink
Version: 1.2
Summary: A python3 tool for extracting admin passwords from D-link routers without authentication
Home-page: https://github.com/Ewpratten/pwnlink
Author: Evan Pratten
Author-email: ewpratten@gmail.com
License: UNKNOWN
Description: # PWNlink
        Passwords in the clear? Good luck with your router!
        
        Based off ExploitDB ID: `33520`
        
        ## Installation
        To install PWNlink, make sure `python3.7` and `python3-pip` are installed on your computer, then run:
        ```
        pip3 install pwnlink
        ```
        
        PWNlink is now installed!
        
        ## Usage
        PWNlink can automatically find a router when run. If you want to specify an IP address instead, pass it as an argument to the `pwnlink` command. Everything else is automatic.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
