/reconswift

💻Bash script behind the Reconswift tool🔗

Primary LanguageJavaScript

reconswift

Bash script behind the Reconswift tool. Discover Assess and Secure Test the Web Safely with ReconSwift. ReconSwift the automated reconnaissance platform serves as an indispensable tool for bug bounty hunters by streamlining and expediting the initial phase of their security assessments.

Front-End

Please reffer https://github.com/InTruder-Sec/reconswift-tool

Back-End

⚠️Note: You will require a .env file with the following values

AWS_ACCESS_KEY=REDACTED
AWS_SECRET_KEY=REDACTED
AWS_SQS_URL=REDACTED
PORT=5000
DATABASE_URI=mongodb+srv://REDACTED:REDACTED@REDACTED.mongodb.net/?retryWrites=true&w=majority&appName=ReconSwift
CLOUD_NAME=REDACTED
CLOUDINARY_URL=REDACTED
CLOUD_API_KEY=REDACTED
CLOUD_API_SECRET=REDACTED

Start Commands:

⚠️Note: We also have docker environment for the server!

docker pull intrudersecurity/reconswift-server
docker run -p 80:80 -p 443:443 intrudersecurity/reconswift-server:v1

⚠️Note: Some tools requires root previllages to run!

sudo npm run preinstall
npm install
sudo npm start

🏗️ Project Architecture

🛠️ Tech-Stack

NODE, EXPRESS, MONGODB, AZURE CLOUD, BASH

🚀 Contribution Guidelines

I would ❤️ you to contribute to the Playifiyi and help make it better! Let's make open source contributing to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including issues, updates and more.