All Projects → t94j0 → Satellite

t94j0 / Satellite

Licence: mit
easy-to-use payload hosting

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Satellite

dorothy
Dorothy is a tool to test security monitoring and detection for Okta environments
Stars: ✭ 85 (-55.96%)
Mutual labels:  cybersecurity, red-team
Red-Team-Essentials
This repo will contain some basic pentest/RT commands.
Stars: ✭ 22 (-88.6%)
Mutual labels:  cybersecurity, red-team
Sherlock
This script is designed to help expedite a web application assessment by automating some of the assessment steps (e.g., running nmap, sublist3r, metasploit, etc.)
Stars: ✭ 36 (-81.35%)
Mutual labels:  cybersecurity, red-team
github-watchman
Monitoring GitHub for sensitive data shared publicly
Stars: ✭ 60 (-68.91%)
Mutual labels:  cybersecurity, red-team
Gitlab Watchman
Monitoring GitLab for sensitive data shared publicly
Stars: ✭ 127 (-34.2%)
Mutual labels:  cybersecurity, red-team
CVE-2021-44228-PoC-log4j-bypass-words
🐱‍💻 ✂️ 🤬 CVE-2021-44228 - LOG4J Java exploit - WAF bypass tricks
Stars: ✭ 760 (+293.78%)
Mutual labels:  cybersecurity, red-team
ReversePowerShell
Functions that can be used to gain Reverse Shells with PowerShell
Stars: ✭ 48 (-75.13%)
Mutual labels:  cybersecurity, red-team
LAZYPARIAH
A tool for generating reverse shell payloads on the fly.
Stars: ✭ 121 (-37.31%)
Mutual labels:  cybersecurity, red-team
Thecollective
The Collective. A repo for a collection of red-team projects found mostly on Github.
Stars: ✭ 85 (-55.96%)
Mutual labels:  cybersecurity, red-team
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+180.31%)
Mutual labels:  cybersecurity, red-team
Caldera
Automated Adversary Emulation Platform
Stars: ✭ 3,126 (+1519.69%)
Mutual labels:  cybersecurity, red-team
Slack Watchman
Monitoring your Slack workspaces for sensitive information
Stars: ✭ 159 (-17.62%)
Mutual labels:  cybersecurity, red-team
awesome-list-of-secrets-in-environment-variables
🦄🔒 Awesome list of secrets in environment variables 🖥️
Stars: ✭ 538 (+178.76%)
Mutual labels:  cybersecurity, red-team
Adversary emulation library
An open library of adversary emulation plans designed to empower organizations to test their defenses based on real-world TTPs.
Stars: ✭ 295 (+52.85%)
Mutual labels:  cybersecurity, red-team
Powershell Red Team
Collection of PowerShell functions a Red Teamer may use to collect data from a machine
Stars: ✭ 155 (-19.69%)
Mutual labels:  cybersecurity, red-team
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+1324.87%)
Mutual labels:  cybersecurity, red-team
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+1123.32%)
Mutual labels:  cybersecurity
Jwtcat
A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
Stars: ✭ 181 (-6.22%)
Mutual labels:  cybersecurity
Bbrecon
Python library and CLI for the Bug Bounty Recon API
Stars: ✭ 169 (-12.44%)
Mutual labels:  cybersecurity
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (-13.99%)
Mutual labels:  cybersecurity

satellite

Satellite is an web payload hosting service which filters requests to ensure the correct target is getting a payload. This can also be a useful service for hosting files that should be only accessed in very specific circumstances.

Quickstart Guide

  1. Install satellite on Ubuntu using the .deb file

dpkg -i satellite_X.X.X_linux_amd64.tar.gz

  1. Create file to serve

echo '<h1>It worked!</h1>' > /var/www/html/index.html

  1. Create filtering file for index.html

echo -e "authorized_useragents:\n- ayyylmao" > /var/www/html/index.html.info

  1. Run satellite

systemctl start satellite

  1. Test satellite

This will return It worked!

curl -k -A ayyylmao https://localhost/

This will not

curl -k https://localhost

Example Usage

To get hands-on experience with the options, check out the examples folder. Replace your server_root with the sub-folder and try out the options.

Wiki

For a more detailed explaination of how to use satellite, check out the wiki

Projects Used:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].