Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hey there i'm a beginner in the field of pentesting and i'm starting out on easy boxes atm. I learned it's wise to scan ALL ports on the target so whenever i scan a target i run nmap like this: sudo nmap -A -p- IP -oN nmap_out ​ https://preview.redd.it/tojhcs181vg81.png?width=675&format=png&auto=webp&s=cf44413330b9861ab081082afaee01d93514fa26 As you can see it gets slower over time, it will finish the scans after approximately 1 and a half hour +-.
Can you explain me why it's slows down after 90% and if there is a better way to scan my target? Thanks :) submitted by /u/Flexerinoh (https://www.reddit.com/user/Flexerinoh)
[link] (https://www.reddit.com/r/Pentesting/comments/solxkm/nmap_scan_gets_slower_over_time/) [comments] (https://www.reddit.com/r/Pentesting/comments/solxkm/nmap_scan_gets_slower_over_time/)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
GIF
KitPloit - PenTest Tools!
AWS-Loot - Pull Secrets From An AWS Environment

http://4.bp.blogspot.com/-GBWG_98dpKU/Yd0eNQaTu0I/AAAAAAAA8i8/FRaX4CPYMtoPGFgGrqHXPCGYUmz300RnACK4BGAYYCw/w640-h376/AWS-Loot_1_tool-741500.gif

Searches an AWS environment looking for secrets, by enumerating environment variables and source code. This tool allows quick enumeration over large sets of AWS instances and services.
Install

pip install -r requirements.txt


An AWS credential file (.aws/credentials) is required for authentication to the target environment

* Access Key
* Access Key Secret

How it works

Awsloot works by going through EC2, Lambda, CodeBuilder instances and searching for high entropy strings. The EC2 Looter works by querying all available instance ID's in all regions and requesting instance's USERDATA where often developers leave secrets. The Lambda looter operates across regions as well. Lambada looter can search all available versions of a found function. It starts by searching the functions environment variables then downloads the source code and scans the source for secrets. The Codebuilder Looter works by searching for build instances and searching those builds for environment variables that might contain secrets.

Usage

Python3 awsloot.py


Next Features

* Allow users to specify an ARN to scan
* Looter for additional services
Download AWS-Loot

___________________________
@hacking_Attack
@Hacking_Video
Searches an AWS environment looking for secrets, by enumerating environment variables and source code. This tool allows quick enumeration (https://www.kitploit.com/search/label/Enumeration) over large sets of AWS instances and services.
Install pip install -r requirements.txt
An AWS credential file (.aws/credentials) is required for authentication (https://www.kitploit.com/search/label/Authentication) to the target environment Access Key Access Key Secret How it works Awsloot works by going through EC2, Lambda, CodeBuilder instances and searching for high entropy (https://www.kitploit.com/search/label/Entropy) strings. The EC2 Looter works by querying all available instance ID's in all regions and requesting instance's USERDATA where often developers leave secrets. The Lambda (https://www.kitploit.com/search/label/Lambda) looter operates across regions as well. Lambada looter can search all available versions of a found function. It starts by searching the functions environment variables then downloads the source code and scans (https://www.kitploit.com/search/label/Scans) the source for secrets. The Codebuilder Looter works by searching for build instances and searching those builds for environment variables that might contain secrets. Usage Python3 awsloot.py
Next Features Allow users to specify an ARN to scan Looter for additional services

Download AWS-Loot (https://github.com/sebastian-mora/AWS-Loot)

___________________________
@hacking_Attack
@Hacking_Video