Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking with Rake
https://cdn-images-1.medium.com/max/701/1*LV7Y2n3lFooN5nNlR1ec8g.png
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hacking with Rake
https://cdn-images-1.medium.com/max/701/1*LV7Y2n3lFooN5nNlR1ec8g.png
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hacking with Rakefile
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…
How i made 15k$ from Remote Code Execution Vulnerability
https://medium.com/@AMakki1337/how-i-made-15k-from-remote-code-execution-vulnerability-2e1b14b3902a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@AMakki1337/how-i-made-15k-from-remote-code-execution-vulnerability-2e1b14b3902a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i made 15k$ from Remote Code Execution Vulnerability
Hello Everyone 👋
Hello Everyone 👋Continue reading on Medium » (https://medium.com/@AMakki1337/how-i-made-15k-from-remote-code-execution-vulnerability-2e1b14b3902a?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i made 15k$ from Remote Code Execution Vulnerability
Hello Everyone 👋
Hacking with Rake
https://medium.com/@michaelmeade3/hacking-with-rake-319005da6ad9?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@michaelmeade3/hacking-with-rake-319005da6ad9?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hacking with Rakefile
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…Continue reading on Medium » (https://medium.com/@michaelmeade3/hacking-with-rake-319005da6ad9?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hacking with Rakefile
Rake is a utility that can be used to automate tasks. For a example, if program needs to be set up in a certain way. Rake could be used to…
NMAP Scan gets slower over time
https://www.reddit.com/r/Pentesting/comments/solxkm/nmap_scan_gets_slower_over_time/
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/solxkm/nmap_scan_gets_slower_over_time/
___________________________
@hacking_Attack
@Hacking_Video
reddit
NMAP Scan gets slower over time
Posted in r/Pentesting by u/Flexerinoh • 3 points and 3 comments
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
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
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
Next Features
* Allow users to specify an ARN to scan
* Looter for additional services
Download AWS-Loot
___________________________
@hacking_Attack
@Hacking_Video
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
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
AWS-Loot - Pull Secrets From An AWS Environment
http://www.kitploit.com/2022/02/aws-loot-pull-secrets-from-aws.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/02/aws-loot-pull-secrets-from-aws.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
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
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
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Basic Web Technologies Knowledge required for starting with the web Exploitation Part 1
https://medium.com/@mananaggarwal2001/basic-web-technologies-knowledge-required-for-starting-with-the-web-exploitation-part-1-87634514ec72?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@mananaggarwal2001/basic-web-technologies-knowledge-required-for-starting-with-the-web-exploitation-part-1-87634514ec72?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Basic Web Technologies Knowledge required for starting with the web Exploitation Part 1
Hello Guys Myself Manan Aggarwal BTech Student is here Present you the information about the Basic Technology which you need to require…
Hello Guys Myself Manan Aggarwal BTech Student is here Present you the information about the Basic Technology which you need to require…Continue reading on Medium » (https://medium.com/@mananaggarwal2001/basic-web-technologies-knowledge-required-for-starting-with-the-web-exploitation-part-1-87634514ec72?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Basic Web Technologies Knowledge required for starting with the web Exploitation Part 1
Hello Guys Myself Manan Aggarwal BTech Student is here Present you the information about the Basic Technology which you need to require…
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
U.S Authorities Seize $3.6 Billion in Bitcoin From Hacker Couple
https://external-preview.redd.it/qEWwX5tKJj7XfbujlVRtvau5K1LYRjiGSi0tETC6cKA.jpg?width=640&crop=smart&auto=webp&s=329c5041ca58c28b9a48f7d5be464661e8420a84 submitted by /u/ChangeNow_io
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
U.S Authorities Seize $3.6 Billion in Bitcoin From Hacker Couple
https://external-preview.redd.it/qEWwX5tKJj7XfbujlVRtvau5K1LYRjiGSi0tETC6cKA.jpg?width=640&crop=smart&auto=webp&s=329c5041ca58c28b9a48f7d5be464661e8420a84 submitted by /u/ChangeNow_io
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
U.S Authorities Seize $3.6 Billion in Bitcoin From Hacker Couple
Posted in r/hacking by u/ChangeNow_io • 2 points and 0 comments
hacking: security in practice
What are the most common hacks on cryptocurrencies
I mean i keep hearing about these giants hacks at crypto and all im wondering is how that technology can be compromised
PS: I dont know shit about hacking
submitted by /u/bebesitabrrr
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What are the most common hacks on cryptocurrencies
I mean i keep hearing about these giants hacks at crypto and all im wondering is how that technology can be compromised
PS: I dont know shit about hacking
submitted by /u/bebesitabrrr
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What are the most common hacks on cryptocurrencies
I mean i keep hearing about these giants hacks at crypto and all im wondering is how that technology can be compromised PS: I dont know shit...