PowerShell | Encoding & Decoding (Base64)
PowerShell provides an easy method for Base64 encoding and decoding. Encoding: $pass="STENGE.info" $encodePass=[System.Text.Encoding]::Un...
PowerShell provides an easy method for Base64 encoding and decoding. Encoding: $pass="STENGE.info" $encodePass=[System.Text.Encoding]::Un...
This application is a free and open-source screen mirroring application that allows control of an Android device from a Windows, macOS,...
Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect...
In this post I want to share with you some problems that I was facing and that I managed to fix by searching on Google, making debugs and...
Shortened URLs are generated by services such as Bitly or TinyURL, and they take a long address and turn it into something like...
ExifTool is developed by Phil Harvey. It is a platform-independent Perl library coupled with a full-featured command-line implementation...
The Managing Junos Devices using REST API learning byte demonstrates how to manage Junos devices using REST API. Since most programming...
The following script show how to using Junos PyEZ "XcvrTable" and "Counter" widget to get the number of transceivers on the Junos router...
Junos PyEZ is a microframework for Python that enables you to manage and automate devices running the Junos operating system (Junos OS)....