Croc : Easily And Securely Send Things From One Computer To Another

0

Croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following: allows any two computers to transfer data (using a relay)provides end-to-end encryption (using PAKE)enables easy cross-platform transfers (Windows, Linux, Mac)allows multiple file transfersallows resuming transfers that are interruptedlocal server...

How to Track Someone’s Cell Phone Location with No Experience

0

Do you want to track someone’s location through their cell phone? You might have your reasons to do it. For parents, they’d like to know about their children’s location to ensure their safety. For couples who doubt each other, they might want to track the location of their spouses to get peace of mind. Regardless of your reasons, there are...

How to Access Your Facebook and Messenger Accounts

0

Have you ever thought to hack the Facebook account and messenger someone you know or may not know? In this world of digitalization, a social media platform like Facebook has become a modern journal for almost everyone. With every little to significant detail update, Facebook can make a private life public. But some people keep the profile locked or posts hidden. If...

MZAP : Multiple Target ZAP Scanning

0

MZAP is a multiple target ZAP Scanning / mzap is a tool for scanning N*N in ZAP. Concept Installation go-get $ go get -u github.com/hahwul/mzap snapcraft $ sudo snap install mzap --devmode homebrew $ brew tap hahwul/mzap $ brew install mzap Usage Usage:mzap Available Commands:ajaxspider Add AjaxSpider ZAPascan Add ActiveScan ZAPhelp Help about any commandspider Add ZAP spiderstop Stop Scanningversion Show versionFlags:--apikey string ZAP API Key...

Deploying & Securing Kubernetes Clusters

0

Kubernetes is an open-source platform that allows you to manage workloads that are in a container. This enables you to have a clear understanding of the Kubernetes cluster state and how it can make changes to configuration to manage elements such as automated rollbacks and rollouts, load balancing, self-healing, and more. This post covers how to deploy Kubernetes and ensure...

Spyre : Simple YARA-Based IOC Scanner

0

Spyre is a simple host-based IOC scanner built around the YARA pattern matching engine and other scan modules. The main goal of this project is easy ope-rationalization of YARA rules and other indicators of compromise. Users need to bring their own rule sets. The awesome-yara repository gives a good overview of free yara rule sets out there. It is intended to...

PurpleCloud : An Infrastructure As Code (IaC) Deployment Of A Small Active Directory Pentest Lab In The Cloud

0

Pentest Cyber Range for a small Active Directory Domain. Automated templates for building your own Pentest/Red Team/Cyber Range in the Azure cloud! Purple Cloud is a small Active Directory enterprise deployment automated with Terraform / Ansible Playbook templates to be deployed in Azure. Purple Cloud also includes an adversary node implemented as a docker container remotely accessible over RDP. Fun...

BPYTOP : Linux/OSX/FreeBSD Resource Monitor

0

BPYTOP is a resource monitor that shows usage and stats for processor, memory, disks, network and processes. Features Easy to use, with a game inspired menu system.Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.Fast and responsive UI with UP, DOWN keys process selection.Function for showing detailed stats for...

OpenRedireX : Asynchronous Open redirect Fuzzer for Humans

0

OpenRedireX is a asynchronous open redirect fuzzer for humans. Key Features Takes a url or list of urls and fuzzes them for Open redirect issuesYou can specify your own payloads in 'payloads.txt'Shows Location header history (if any)Fast (as it is Asynchronous)umm thats it , nothing much ! Usage Note : Use Python 3.7+ ! $ git clone https://github.com/devanshbatham/OpenRedireX $ cd OpenRedireX $ python3...

SQLMap v1.4.9 : Automatic SQL Injection & Database Takeover Tool

0

SQLMap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file...