From 0fdfdd70a268a9bde119fa6fabcff0ec2b0cd7d9 Mon Sep 17 00:00:00 2001 From: Ryan Monaghan Date: Wed, 27 Dec 2023 01:04:56 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 43316f8..1526829 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,5 @@ [malScraper v1.3](https://ryan-monaghan.github.io/malScraper/) =============== -## 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. - ## Table of Contents - [Introduction](#introduction) - [Features](#features) @@ -20,11 +10,18 @@ malScraper is a modular tool that streamlines the process of scraping and managi - [Version Checking](#version-checking) - [License](#license) +## 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. + ![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 - The tool has been converted to Python for improved functionality. @@ -38,7 +35,6 @@ malScraper is a modular tool that streamlines the process of scraping and managi - Core functionality was implemented in the first release. ## Installation - 1. Clone the repository. ```python git clone https://github.com/your-username/malScraper.git