Advanced Search
Search Results
312 total results found
curl
curl / cURL / Client for URLs: https://curl.se/
SQL Injection
JSON
Brute Force & Fuzzing
Package Managers
Fundamentals
Python
Cross Site Scripting (XSS)
Next.js
AdaptixC2 Notes
Disable Terminal Chime
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
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
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
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
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
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 ...
Penetrating Networks via SSH JumpHosts
Click here to view this diagram in a new tab
Enumerating NFS
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...