STENGE

Hardware | Software | Code

  • INDEX

  • ABOUT

  • CONTACT

  • More

    • All Posts
    • Cisco
    • Juniper
    • Others
    • Huawei
    • Codes
    • Hardware
    • A10
    Search
    Diniz Martins
    • Oct 28, 2020

    BAP – Basic Auth Pot | HoneyPot

    What is a honeypot? A honeypot is a computer or computer system intended to mimic likely targets of cyberattacks. It can be used to...

    220
    Diniz Martins
    • Oct 8, 2020

    Cisco Nexus9000 | TACACS

    This post describes how to configure the Terminal Access Controller Access Control System Plus (TACACS+) protocol on Cisco NX-OS devices....

    380
    Diniz Martins
    • Oct 4, 2020

    Backup Cisco ISE

    Taking the backup is one of the basic but important task for any system including Cisco ISE. Performing Cisco ISE backup, will be done in...

    380
    Diniz Martins
    • Sep 23, 2020

    WSL | NMAP not work!

    Ever since the release of the Windows Subsystem for Linux, a years long unfulfilled hope of using Nmap in this environment still lingers....

    6190
    Diniz Martins
    • Sep 18, 2020

    Python | Subnet Ping

    This script will ping and display status of all hosts in a subnet we provide. import subprocess import ipaddress from subprocess import...

    470
    Diniz Martins
    • Sep 15, 2020

    SQLMap

    SQLMap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking...

    440
    Diniz Martins
    • Sep 8, 2020

    PowerShell | Encoding & Decoding (Base64)

    PowerShell provides an easy method for Base64 encoding and decoding. Encoding: $pass="STENGE.info" $encodePass=[System.Text.Encoding]::Un...

    280
    Diniz Martins
    • Sep 1, 2020

    Scrcpy | Display Android Devices

    This application is a free and open-source screen mirroring application that allows control of an Android device from a Windows, macOS,...

    230
    Diniz Martins
    • Aug 17, 2020

    Sublist3r

    Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect...

    390
    Diniz Martins
    • Aug 4, 2020

    Ansible | Some issues

    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...

    400
    Diniz Martins
    • Jun 30, 2020

    Expanding Shortened URLs With PowerShell

    Shortened URLs are generated by services such as Bitly or TinyURL, and they take a long address and turn it into something like...

    290
    Diniz Martins
    • Jun 25, 2020

    ExifTool | Meta-Data Extractor

    ExifTool is developed by Phil Harvey. It is a platform-independent Perl library coupled with a full-featured command-line implementation...

    280
    Diniz Martins
    • Jun 8, 2020

    Managing Junos using Rest API

    The Managing Junos Devices using REST API learning byte demonstrates how to manage Junos devices using REST API. Since most programming...

    690
    Diniz Martins
    • Jun 3, 2020

    Junos-PythonEZ | XcvrTable & Counter

    The following script show how to using Junos PyEZ "XcvrTable" and "Counter" widget to get the number of transceivers on the Junos router...

    270
    Diniz Martins
    • May 31, 2020

    Junos-PythonEZ (PyEZ) | Connection

    Junos PyEZ is a microframework for Python that enables you to manage and automate devices running the Junos operating system (Junos OS)....

    290
    Diniz Martins
    • May 26, 2020

    Free Temporary Mailboxes

    Temporary email is very popular on the web. For some, such e-mail addresses are a blessing for the others a curse. Temporary mailboxes...

    430
    Diniz Martins
    • May 18, 2020

    W10 | SandBox

    Windows Sandbox is a new feature available beginning with the Windows 10 May 2019 Update (version 1903) designed to run untrusted...

    280
    Diniz Martins
    • May 8, 2020

    Wifi with QR Code

    I will showing how to connect to the wifi without password thanks to QR code. If your family or friends want to get on your Wifi, they...

    260
    Diniz Martins
    • May 4, 2020

    Steganography

    Did you ever want to send a secret message to someone? Here is a fun way to do it. You can hide a secret text message in audio file. What...

    770
    Diniz Martins
    • Apr 28, 2020

    Steghide

    Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectivly...

    280
    Diniz Martins
    • Apr 28, 2020

    Matrix.bat

    This batch file will give out random green numbers that resemble the background to "The Matrix". Just copy and paste into a notepad and...

    140
    Diniz Martins
    • Apr 28, 2020

    Whois | Python

    The following commands will install the latest version of a module that you need to run the script: An example code after you have...

    210
    Diniz Martins
    • Apr 28, 2020

    shARP | Detecting Sniffers

    shARP an anti-ARP-spoofing program and uses an active scanning process to identify any ARP-spoofing event. ARP spoofing allows an...

    160
    Diniz Martins
    • Apr 16, 2020

    JunOS | Tips & Tricks

    Sharing some tips and tricks below: Exit from the CLI environment and create a UNIX-level shell. To return to the CLI, type exit from the...

    380
    1
    2
    34