From 27b3763fee58a36ad7e3cea6f8d629545c2b5f7d Mon Sep 17 00:00:00 2001 From: Ryan Monaghan Date: Wed, 27 Dec 2023 01:04:09 +0000 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f894286..43316f8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,28 @@ [malScraper v1.3](https://ryan-monaghan.github.io/malScraper/) =============== +## Introduction -![malScraper Screenshot](https://raw.githubusercontent.com/Ryan-Monaghan/ryanmonaghan.github.io/master/Screenshot%20from%202020-01-23%2014-21-06.png) -![2023-12-27_00-37-09](https://github.com/Ryan-Monaghan/malScraper/assets/8824673/5a2fa461-6b67-4070-8df0-cd8c41901fe6) +malScraper is a modular tool that streamlines the process of scraping and managing lists of Payload Domains, IOC's & C2 IPs from various feeds. It simplifies the task of blacklisting for security and threat intelligence purposes. -# malScraper +## Features -malScraper is a modular tool designed for scraping a list of Payload Domains, IOC's & C2 IPs from various feeds, making it easy for blacklisting purposes. +- **Modular Design**: Easily extendable with additional modules. +- **Version Checking**: Verify if you are using the latest version on startup. +- **Reopen Functionality**: Ability to reopen a previously composed report. ## Table of Contents - -- [Version History](#version-history) - [Introduction](#introduction) - [Features](#features) +- [Version History](#version-history) - [Installation](#installation) - [Usage](#usage) - [Contributing](#contributing) - [Version Checking](#version-checking) - [License](#license) +![malScraper Screenshot](https://raw.githubusercontent.com/Ryan-Monaghan/ryanmonaghan.github.io/master/Screenshot%20from%202020-01-23%2014-21-06.png) +![2023-12-27_00-37-09](https://github.com/Ryan-Monaghan/malScraper/assets/8824673/5a2fa461-6b67-4070-8df0-cd8c41901fe6) + ## Version History - **1.3** - Initial Python Conversion @@ -33,16 +37,6 @@ malScraper is a modular tool designed for scraping a list of Payload Domains, IO - **1.0** - Initial Implementation - Core functionality was implemented in the first release. -## Introduction - -malScraper is a modular tool that streamlines the process of scraping and managing lists of Payload Domains, IOC's & C2 IPs from various feeds. It simplifies the task of blacklisting for security and threat intelligence purposes. - -## Features - -- **Modular Design**: Easily extendable with additional modules. -- **Version Checking**: Verify if you are using the latest version on startup. -- **Reopen Functionality**: Ability to reopen a previously composed report. - ## Installation 1. Clone the repository.