Skip to content

Instantly share code, notes, and snippets.

View 6e726d's full-sized avatar

Andres Blanco 6e726d

  • Buenos Aires, Argentina
  • X @6e726d
View GitHub Profile
@6e726d
6e726d / AWS-CLI-V2_Burp-Suite.txt
Last active January 23, 2025 21:02
HowTo set up AWS CLI version 2 to use Burp Suite
$ # HowTo set up AWS CLI version 2 to use Burp Suite
$
$ # Requirements: Burp Suite, curl
$
$ # 1. Installing AWS CLI version 2, configure and test
$
$ curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o Downloads/awscliv2.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 33.5M 100 33.5M 0 0 6825k 0 0:00:05 0:00:05 --:--:-- 7290k
@6e726d
6e726d / multiprocessing_setproctitle.py
Created April 22, 2019 15:12
Example of py-setproctitle module to help with multiprocessing development.
#!/usr/bin/env python3
import time
import random
from multiprocessing import Process
from setproctitle import setproctitle