Screenshots
Example Usage
import requests
url = "https://api.portaldatransparencia.gov.br/api-de-dados/despesas"
headers = {"chave-api-dados": "SUA_CHAVE_AQUI"}
params = {
"mesAno": "01/2024",
"orgaoSuperior": "20000"
}
response = requests.get(url, headers=headers, params=params)
print(response.json())
See also
Flipper Zero
Open Source
Portable multi-tool for hardware hacking. Supports Sub-GHz radio, 125kHz RFID, NFC, Infrared, iButto…
BurpSuite-Xkeys
Free
A Burp Suite Extension to extract interesting strings (key, secret, token, or etc.) from a webpage.…
username-anarchy
Open Source
Kali
Username tools for penetration testing…
BloodHound
Open Source
Kali
Uses graph theory to reveal hidden and often unintended relationships within Active Directory enviro…
Arjun
Open Source
HTTP parameter discovery suite.…
InfoHound
Open Source
InfoHound is an OSINT to extract a large amount of data given a web domain name.…