You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quirky script for recovering passwords encrypted using `service password-encryption` (Type 7) from old Cisco networking gear.
4
+
Made to automate the recovery and exploration of old equipment found in lab storage.
5
+
6
+
> [!WARNING]
7
+
> ## Disclaimer
8
+
> This tool is provided for **educational and research purposes only**. It is intended exclusively for recovering passwords from your own equipment or systems you have explicit permission to access.
9
+
>
10
+
> **The author accepts no responsibility or liability** for any misuse of this script or for any unauthorized access attempts. Use of this tool against systems without proper authorization may violate computer crime laws and other regulations.
11
+
>
12
+
> By using this script, you acknowledge that you are solely responsible for how it is used and agree to use it only in legal and ethical ways.
13
+
14
+
## Getting Started
15
+
16
+
The scripts may require specific software and/or packages (See [Prerequisites](#prerequisites) for more information).
17
+
18
+
### Prerequisites
19
+
20
+
Tools and elements required to successfully use the script:
21
+
22
+
*[Python 3](https://www.python.org/) installed on the machine used for generation.
23
+
24
+
## Configuration
25
+
26
+
This script requires you to provide an array of passwords you wish to recover (saved in a variable as a list).
27
+
28
+
## Usage
29
+
30
+
To run this script you need to issue the following commands:
0 commit comments