Cyber security

Shortemall – The Definitive Guide To Advanced URL Scanning

Shortemall stands as a pivotal tool in the realm of digital investigations, revolutionizing the way professionals and enthusiasts alike approach URL scanning.

With its Python-based framework, it simplifies the intricacies of analyzing and verifying short URLs.

This article dives deep into ShortEmAll’s capabilities, from its robust features and installation process to practical usage tips, ensuring readers can leverage this tool to its fullest potential.

Table Of Contents

  • Introduction
  • Features
  • Installation
  • Usage
  • Options
  • Example Usages
  • Contributing
  • License

Introduction

Short’Em All is a Python-based tool that automates the process of scanning URLs.

It utilizes various techniques to gather information about short URLs, such as taking screenshots of landing pages, checking for the existence of URLs, and filtering results based on user preferences.

New_Features_of_Short’Em_All_v3

  • Scanning Specific Short URL Providers: Users can now target specific short URL providers for scanning, providing more flexibility and efficiency in their investigations.
  • Auto-Configuration for Improved User Experience: The tool now offers auto-configuration options to streamline the setup process and ensure optimal performance.
  • Enhanced Screenshot Management: Short’Em All now utilizes Chromedriver and Selenium for screenshot capture, reducing user intervention and ensuring greater stability.
  • Total Code Refactoring: The codebase has undergone extensive refactoring to improve readability, maintainability, and overall performance

Main_Features

  • Automated Scanning: Short’Em All automates the process of scanning URLs, saving time and effort.
  • Screenshot Capture: It can capture screenshots of landing pages to provide visual insights.
  • Notification System: Users can receive email notifications about scan results.
  • Customization: Users can customize scan options based on their requirements.

Installation

To install Short’Em All, follow these steps:

  1. Clone the repository:
gh repo clone osintmatter/shortemall

2. Install dependencies:

pip install -r requirements.txt

Before You Begin:

  • Ensure you have installed Python and pip (at least version 3.8).
  • Run the tool on a Linux machine or Linux Virtual Host.
  • Obtain the OAuth 2.0 client ID for your Gmail account and save the generated credentials file as credentials.json in the main folder – follow this step-by-step guide
  • Edit the config.py file to set variables such as my_email, to_email.
  • After first run, ensure you have the required configuration files (config.ini and gmail.pickle) in the current directory.

Usage

To use Short’Em All, follow the steps below:

  1. Run the short_em_all.py script.
  2. Follow the on-screen prompts to configure the scan options.
  3. Review the scan results displayed in the terminal and read the output.txt file and Screenshots Scan folder.

Options

Short’Em All provides several command-line options to customize the scanning process:

  • -t, --target: Insert the target keyword for this scan.
  • -d, --dictionary: Use a stable dictionary for this scan.
  • -n, --notifications: Disable email notifications on found results.
  • -z, --zero: Disable taking screenshots on URLs landing pages.
  • -f, --found: Show only found scan results.
  • -r, --singlescan: Use single scan mode (no data retention).
  • -e, --email: Receive email notification on the target scan.
  • -s, --screenshot: Enable taking screenshots on found results.
  • -v, --verbose: Enable verbose mode.

Example Usages

  1. Perform a scan with default settings:
python short_em_all.py

2. Perform a scan with custom options:

python short_em_all.py -t example_target -s -e
Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

4 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

4 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

4 weeks ago