Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

312 total results found

curl

Web

curl / cURL / Client for URLs: https://curl.se/

SQL Injection

Web

JSON

Web

Brute Force & Fuzzing

Web

Package Managers

Linux Administration

linux
package-manager
apt
yum
pkg
dnf
dpkg
deb
rpm

Fundamentals

Computer Programming

Python

Computer Programming

python

Cross Site Scripting (XSS)

Web

Next.js

Web

AdaptixC2 Notes

Red Teaming

Disable Terminal Chime

Linux Administration Command Line Tricks

Linux User Scope Set this line in ~/.inputrc set bell-style none Then, run this command: bind -f ~/.inputrc System Wide Set this line in /etc/inputrc set bell-style none Then, run this command: bind -f /etc/inputrc Vim - User Scope Add this line to ~/.vi...

Defining the Inventory

Ansible Automation with Ansible

Defining the Inventory The inventory is everything when it comes to Ansible. Your inventory is your set of hosts to be managed by Ansible. It could be a handful of hosts to a few hundred hosts. The default location for global Ansible configurations is ...

Defining Group Variables and Protecting Secrets

Ansible Automation with Ansible

Group Variables Back on Defining the Inventory, you may remember that we broke the inventory up into groups. Groups are a convenient way to break hosts up into units like: Operating system Region Category Using the operating system grouping system, you could...

Example Playbook from Start to Finish

Ansible Automation with Ansible

Configuring Ansible Copy the global config to my home directory. That way, I'll keep my Ansible environment how I like it. cp /etc/ansible/ansible.cfg ~/.ansible.cfg # Create a directory to store my inventory mkdir ~/.ansible # Create a file to use fo...

Automating with AWS Secrets Manager

Ansible Automation with Ansible

Use Case In this scenario the following is true: You have an Ansible server in AWS You have AWS EC2 instances you'd like to manage as inventory Define a Secrets Naming Scheme You'll want your Ansible server to be able to hit the AWS Secrets Manager ...

Port Forwarding with Chisel

Network Pivoting Port Forwarding and Proxying

Usage Requires a copy of the Chisel binary on: The target host The attacker's host Download from the Releases Page Bash Function to Download Chisel Binaries I've added this function to my ~/.zshrc file so that I can just invoke the function at any ...

networking
pivoting
chisel
port-forwarding
proxying

Penetrating Networks via SSH JumpHosts

Network Pivoting Port Forwarding and Proxying

Click here to view this diagram in a new tab

networking
pivoting
ssh

Enumerating NFS

Nmap

General Information portmapper and rpcbind run on TCP 111 rpcbind maps RPC services to their listening ports RPC processes notify rpcbind of the following when they start: Ports they're listening on RPC program numbers they expect to serve A clie...