How i found a vulnerability that leads to access any users’ sensitive data and got $500
https://medium.com/@robert0/how-did-i-find-a-vulnerability-that-leads-to-access-any-users-sensitive-data-and-got-500-5cce1c21d86a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@robert0/how-did-i-find-a-vulnerability-that-leads-to-access-any-users-sensitive-data-and-got-500-5cce1c21d86a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i found a vulnerability that leads to access any users’ sensitive data and got $500
Hello everyone!
Hello everyone!Continue reading on Medium » (https://medium.com/@robert0/how-did-i-find-a-vulnerability-that-leads-to-access-any-users-sensitive-data-and-got-500-5cce1c21d86a?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i found a vulnerability that leads to access any users’ sensitive data and got $500
Hello everyone!
hacking: security in practice
Device range detection
Can you detect a device’s range using bluetooth?
submitted by /u/Roflolmaoguy
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Device range detection
Can you detect a device’s range using bluetooth?
submitted by /u/Roflolmaoguy
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Device range detection
Can you detect a device’s range using bluetooth?
hacking: security in practice
Is it possible to hack ATMS?
Rewatched terminator 2 and young John Connor inserts a machine that seems to simulate a card and then narrows down the pin allowing him to punch in that pin and pull money. Was that actually possible back then? Is it possible now?
submitted by /u/tangfox01
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is it possible to hack ATMS?
Rewatched terminator 2 and young John Connor inserts a machine that seems to simulate a card and then narrows down the pin allowing him to punch in that pin and pull money. Was that actually possible back then? Is it possible now?
submitted by /u/tangfox01
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Reddit
reddit.com: over 18?
Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you. Passionate about something niche? Reddit has thousands of vibrant communities with people that share…
hacking: security in practice
is it possible to crack steam codes and if not what are some good things to begin to learn to crack?
so i used to crack fortnite accounts and other stuff like vpns but im not sure if it's possible to crack steam things whether that would be game codes or accounts so is it possible and if it is can you explain and if not what are some good things to crack and what tools will i need?
submitted by /u/Urnanbob
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
is it possible to crack steam codes and if not what are some good things to begin to learn to crack?
so i used to crack fortnite accounts and other stuff like vpns but im not sure if it's possible to crack steam things whether that would be game codes or accounts so is it possible and if it is can you explain and if not what are some good things to crack and what tools will i need?
submitted by /u/Urnanbob
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
is it possible to crack steam codes and if not what are some good...
so i used to crack fortnite accounts and other stuff like vpns but im not sure if it's possible to crack steam things whether that would be game...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Anyone know how to use The CSMTokenGrabber?
https://github.com/CSM-BlueRed/CSMTokengrabb
submitted by /u/Mandrew002
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Anyone know how to use The CSMTokenGrabber?
https://github.com/CSM-BlueRed/CSMTokengrabb
submitted by /u/Mandrew002
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Anyone know how to use The CSMTokenGrabber?
[https://github.com/CSM-BlueRed/CSMTokengrabb](https://github.com/CSM-BlueRed/CSMTokengrabb)
Cliam - Multi Cloud IAM Permissions Enumeration Tool
http://www.kitploit.com/2022/05/cliam-multi-cloud-iam-permissions.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/05/cliam-multi-cloud-iam-permissions.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Cliam - Multi Cloud IAM Permissions Enumeration Tool
Multi cloud iam permissions enumeration (https://www.kitploit.com/search/label/Enumeration) tool. Currently covers: AWS GCP [TODO] Azure [TODO] Oracle
Description Cliam is a simple cloud permissions identifier. There are two main components to the CLI. Most of the enumerated permissions are list, describe or get permissions. Only permissions that does not require a specific resource are tested. enumerate which can be used to enumerate specific permissions (recommended) Some service providers have service groups that can check for permissions for a specific subset of services/resources. Installation Download the latest release (https://github.com/securisec/cliam/releases). DEV tags are current, but not stable. In order to build the binary locally, cd into the cli directory and run make dev Usage Cliam works with credentials (https://www.kitploit.com/search/label/Credentials) obtained from the services well known envars or from passing the commonly required flags from the cli. It is highly recommond that command completions are set as most of the enumerate options have to be specific. To generate completions, use cliam completion [shell] and set according to your shells completion directory. ❯❯ cliam --help Cloud Enumerate is a tool to enumerate cloud credentials for their permissions. Usage: cliam [command] Available Commands: aws Enumerate AWS credentials for their permissions. completion Generate the autocompletion script for the specified shell gcp Enumerate GCP service accounts for their permissions. help Help about any command Flags: -h, --help help for cliam Additional help topics: cliam azure Enumerate Azure credentials for their permissions. Use "cliam [command] --help" for more information about a command. AWS Uses the AWS rest api to make a signed request using the passed in credentials. This greatly adds speed, but makes it a bit more challenging to keep up with adding new permissions. The issue of scale is that AWS uses 3 - 4 variety of requests at the service level Supports obtaining credentials from AWS profile, flags, or default AWS environment variables like AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and optionally AWS_SESSION_TOKEN. cliam aws --help Enumerate AWS credentials for their permissions. Usage: cliam aws [command] Available Commands: common Enumerate permissions for common AWS resources. compute Enumerate permissions for common compute AWS resources. databases Enumerate permissions for common AWS database resources. enumerate Enumerate permissions for specified AWS resources. serverless Enumerate permissions for common serverless AWS resources. storage Enumerate permissions for common storage AWS resources. Flags: --access-key-id string AWS Access Key ID -h, --help help for aws --profile string AWS Profile. When profile is set, access-key-id, secret-access-key, and session-token are ignored. --region string AWS Region (default "us-east-1") --secret-access-key string AWS Secret Access Key --session-token string AWS Session Token Global Flags: --max-threads int Maximum number of threads to use. (default 5) --request-timeout int Timeout for each request in seconds. (default 10) Known resources Cliam for AWS also supports enumerating certain permissions which requires a known value. For instance, when using awscli, we can get a function using aws lambda get-function --function-name . This maps directly to cliam where we can use: cliam aws enumerate lamda --known-value function-name= This will enumerate all permissions for lambda which takes function-name as a valid argument. This will work with other AWS resources as well. (more coverage coming soon) Examples Bruteforce all serverless resources from an AWS profile ❯❯ cliam aws
___________________________
@hacking_Attack
@Hacking_Video
Description Cliam is a simple cloud permissions identifier. There are two main components to the CLI. Most of the enumerated permissions are list, describe or get permissions. Only permissions that does not require a specific resource are tested. enumerate which can be used to enumerate specific permissions (recommended) Some service providers have service groups that can check for permissions for a specific subset of services/resources. Installation Download the latest release (https://github.com/securisec/cliam/releases). DEV tags are current, but not stable. In order to build the binary locally, cd into the cli directory and run make dev Usage Cliam works with credentials (https://www.kitploit.com/search/label/Credentials) obtained from the services well known envars or from passing the commonly required flags from the cli. It is highly recommond that command completions are set as most of the enumerate options have to be specific. To generate completions, use cliam completion [shell] and set according to your shells completion directory. ❯❯ cliam --help Cloud Enumerate is a tool to enumerate cloud credentials for their permissions. Usage: cliam [command] Available Commands: aws Enumerate AWS credentials for their permissions. completion Generate the autocompletion script for the specified shell gcp Enumerate GCP service accounts for their permissions. help Help about any command Flags: -h, --help help for cliam Additional help topics: cliam azure Enumerate Azure credentials for their permissions. Use "cliam [command] --help" for more information about a command. AWS Uses the AWS rest api to make a signed request using the passed in credentials. This greatly adds speed, but makes it a bit more challenging to keep up with adding new permissions. The issue of scale is that AWS uses 3 - 4 variety of requests at the service level Supports obtaining credentials from AWS profile, flags, or default AWS environment variables like AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and optionally AWS_SESSION_TOKEN. cliam aws --help Enumerate AWS credentials for their permissions. Usage: cliam aws [command] Available Commands: common Enumerate permissions for common AWS resources. compute Enumerate permissions for common compute AWS resources. databases Enumerate permissions for common AWS database resources. enumerate Enumerate permissions for specified AWS resources. serverless Enumerate permissions for common serverless AWS resources. storage Enumerate permissions for common storage AWS resources. Flags: --access-key-id string AWS Access Key ID -h, --help help for aws --profile string AWS Profile. When profile is set, access-key-id, secret-access-key, and session-token are ignored. --region string AWS Region (default "us-east-1") --secret-access-key string AWS Secret Access Key --session-token string AWS Session Token Global Flags: --max-threads int Maximum number of threads to use. (default 5) --request-timeout int Timeout for each request in seconds. (default 10) Known resources Cliam for AWS also supports enumerating certain permissions which requires a known value. For instance, when using awscli, we can get a function using aws lambda get-function --function-name . This maps directly to cliam where we can use: cliam aws enumerate lamda --known-value function-name= This will enumerate all permissions for lambda which takes function-name as a valid argument. This will work with other AWS resources as well. (more coverage coming soon) Examples Bruteforce all serverless resources from an AWS profile ❯❯ cliam aws
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
serverless (https://www.kitploit.com/search/label/Aws%20Serverless) --profile=my-profile Use temporary session tokens obtained to check all ec2 permissions ❯❯ cliam aws enumerate ec2 --session-json=creds.json Where creds.json has { "Type" : "AWS-HMAC", "AccessKeyId" : "ASIA...", "SecretAccessKey" : "...", "Token" : "...", } Enumerate permissions for s3, iam and ec2 ❯❯ cliam aws enumerate s3 iam ec2 GCP Currently, permissions are enumerate using the cloudresourcemanager API. This will fail if this service is not enabled, but there are future plans to extend using rest alls to confirm permissions. GCP supports enumerating from a specific service account json file. Credentials from the GCP environment variables GOOGLE_APPLICATION_CREDENTIALS and CLOUDSDK_CORE_PROJECT are also supported. Because there are two modes for GCP enumeration, use enumerate if cloudresourcemanager is enabled or use rest to enumerate specific permissions. cliam gcp --help Enumerate GCP service accounts for their permissions. Usage: cliam gcp [command] Available Commands: bruteforce Enumerate all GCP permissions enumerate Enumerate specified GCP permissions rest GCP permissions using the REST API Flags: -h, --help help for gcp --project-id string GCP project id --region string GCP Region (default "us-central1") --service-account string GCP service account path --zone string GCP Zone (default "us-central1-a") Global Flags: --max-threads int Maximum number of threads to use. (default 5) --request-timeout int Timeout for each request in seconds. (default 10) Use "cliam gcp [command] --help" for more information about a command. Debug cliam supports two environment variables to show debug output DEBUG=true (shows status codes of requests) VERBOSE=true (shows body of requests)
Download Cliam (https://github.com/securisec/cliam)
___________________________
@hacking_Attack
@Hacking_Video
Download Cliam (https://github.com/securisec/cliam)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
XXE (XML External Entity) to get Password from the server
https://cdn-images-1.medium.com/max/1338/1*BcRA6kECj9VNdMAWJUhjtg.png
What is XXE?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
XXE (XML External Entity) to get Password from the server
https://cdn-images-1.medium.com/max/1338/1*BcRA6kECj9VNdMAWJUhjtg.png
What is XXE?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
XXE (XML External Entity) to get Password from the server
What is XXE?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
I created my first malware when I was 10 years old
https://cdn-images-1.medium.com/max/1920/1*5fbZOqyl7r7cSZYE7S-wNw.jpeg
This is the story how I creted my first malware as a 10 years old kid.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
I created my first malware when I was 10 years old
https://cdn-images-1.medium.com/max/1920/1*5fbZOqyl7r7cSZYE7S-wNw.jpeg
This is the story how I creted my first malware as a 10 years old kid.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
I created my first malware when I was 10 years old
This is the story how I creted my first malware as a 10 years old kid.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Tornado Cash, como fugan el capital del exploit al Bridge de Ronin Network
https://cdn-images-1.medium.com/max/900/1*Y-oosmOj2vnn4KQf1cLSKQ.jpeg
TornadoCash Es una herramienta de privacidad que se ha utilizado para desviar el producto de múltiples fraudes, estafas y hacks en…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Tornado Cash, como fugan el capital del exploit al Bridge de Ronin Network
https://cdn-images-1.medium.com/max/900/1*Y-oosmOj2vnn4KQf1cLSKQ.jpeg
TornadoCash Es una herramienta de privacidad que se ha utilizado para desviar el producto de múltiples fraudes, estafas y hacks en…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Tornado Cash, como fugan el capital del exploit al Bridge de Ronin Network
TornadoCash Es una herramienta de privacidad que se ha utilizado para desviar el producto de múltiples fraudes, estafas y hacks en…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack To Learn: OSINT and Passive Reconnaissance
https://cdn-images-1.medium.com/max/2000/0*Rwsbw2wn6oATjXlr
Dear Friend, welcome to HaXeZ where I want to talk about Open-source intelligence and passive reconnaissance.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Hack To Learn: OSINT and Passive Reconnaissance
https://cdn-images-1.medium.com/max/2000/0*Rwsbw2wn6oATjXlr
Dear Friend, welcome to HaXeZ where I want to talk about Open-source intelligence and passive reconnaissance.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hack To Learn: OSINT and Passive Reconnaissance
Dear Friend, welcome to HaXeZ where I want to talk about Open-source intelligence and passive reconnaissance. Passive Reconnaissance is one…