Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K 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
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
NO RATE LIMIT IN JUST 5 MIN

https://cdn-images-1.medium.com/max/611/1*CXJWEecINhvjKZM8kYA2dg.jpeg
Hii all my name is Milan jain and i am a bug bounty hunter !! recently i got 250$ bounty .but before 1 month ago i got my first Hall of…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Command Challenge (bash)

https://cdn-images-1.medium.com/max/1141/1*7FtlsXOEWQ3t-yE5g1-hYQ.png
The CMD CHALLENGE Directed Project is a cool game that challenges you in Bash skills. Everything is done through the command line, and the…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
myTermux : Best Termux Theme till 2022

https://cdn-images-1.medium.com/max/1080/1*sFp7pbHwktrpBmOxd4GUpg.png
Hey Guys 🙋‍♂️, So nowadays I am more into terminal styling and there are a lot of tools available that can change the theme of our termux…

Continue reading on Medium »
 
AWS Lambda is an event-driven, serverless (https://www.kitploit.com/search/label/Serverless) computing platform provided by Amazon (https://www.kitploit.com/search/label/Amazon) Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. LambdaGuard is an AWS Lambda auditing (https://www.kitploit.com/search/label/Auditing) tool designed to create asset visibility (https://www.kitploit.com/search/label/Visibility) and provide actionable results. It provides a meaningful overview in terms of statistical analysis, AWS service dependencies and configuration checks from the security perspective.
Requirements Python 3.6+ Java 11 (optional for SonarQube) Install From PyPI pip3 install lambdaguard
From Github git clone https://github.com/Skyscanner/lambdaguard
cd lambdaguard
sudo make install
AWS Access You will need a set of AWS access (https://www.kitploit.com/search/label/Access) keys and permissions to run LambdaGuard. make aws
Create a profile in ~/.aws/credentials with the newly created keys. [LambdaGuardProfile]
aws_access_key_id = ...
aws_secret_access_key = ...
Alternatively, you can use the keys directly as CLI arguments (not recommended). Run lambdaguard --help lambdaguard --function arn:aws:lambda:function lambdaguard --input function-arns.txt lambdaguard --output /tmp/lambdaguard lambdaguard --profile LambdaGuardProfile lambdaguard --keys ACCESS_KEY_ID SECRET_ACCESS_KEY lambdaguard --region eu-west-1 lambdaguard --verbose SonarQube: Static Code Analysis Download sonar-scanner-cli https://github.com/SonarSource/sonar-scanner-cli Build SonarQube make sonarqube Use SonarQube lambdaguard --sonarqube config.json Config should have the following format: {
"command": "sonar-scanner -X",
"url": "http://localhost:9000",
"login": "admin",
"password": "admin"
} Development make -B clean
make dev
. dev/bin/activate
make install-dev
make test


Download LambdaGuard (https://github.com/Skyscanner/LambdaGuard)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
LambdaGuard - AWS Serverless Security

https://blogger.googleusercontent.com/img/a/AVvXsEivJEVrS2dhDjNMnyp8j9yqwQ_Lzat1288-6PctnOURF_xsSjDxpWy10FqVo8Fmo0u3SNMXrVT1gvRT4hs8ceG6cnqFTSHlf_cD4qwOwWuYrAqKQE7WX76lj1VR11KhSlzVhsswt0sh2aGHlg-f2eOaQCvPsfoR64y2f6iSzqjNbnhnMNOLIMWIzpO2=s16000
AWS Lambda is an event-driven, serverless computing platform provided by Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code.

LambdaGuard is an AWS Lambda auditing tool designed to create asset visibility and provide actionable results. It provides a meaningful overview in terms of statistical analysis, AWS service dependencies and configuration checks from the security perspective.
Requirements

* Python 3.6+
* Java 11 (optional for SonarQube)

Install

From PyPI

pip3 install lambdaguard


From Github

git clone https://github.com/Skyscanner/lambdaguard
cd lambdaguard
sudo make install


AWS Access

You will need a set of AWS access keys and permissions to run LambdaGuard.

make aws


Create a profile in ~/.aws/credentialswith the newly created keys.

[LambdaGuardProfile]
aws_access_key_id = ...
aws_secret_access_key = ...


Alternatively, you can use the keys directly as CLI arguments (not recommended).

Run

* lambdaguard --help
* lambdaguard --function arn:aws:lambda:function
* lambdaguard --input function-arns.txt
* lambdaguard --output /tmp/lambdaguard
* lambdaguard --profile LambdaGuardProfile
* lambdaguard --keys ACCESS_KEY_ID SECRET_ACCESS_KEY
* lambdaguard --region eu-west-1
* lambdaguard --verbose

SonarQube: Static Code Analysis

Download sonar-scanner-cli

* https://github.com/SonarSource/sonar-scanner-cli

Build SonarQube

* make sonarqube

Use SonarQube

* lambdaguard --sonarqube config.json

Config should have the following format:

{
"command": "sonar-scanner -X",
"url": "http://localhost:9000",
"login": "admin",
"password": "admin"
}


Development

make -B clean
make dev
. dev/bin/activate
make install-dev
make test

Download LambdaGuard
Hii all my name is Milan jain and i am a bug bounty hunter !! recently i got 250$ bounty .but before 1 month ago i got my first Hall of…Continue reading on Medium » (https://medium.com/@milanjain7906/no-rate-limit-in-just-5-min-222abde54004?source=rss------bug_bounty-5)
NO RATE LIMIT IN JUST 5 MIN

Hii all my name is Milan jain and i am a bug bounty hunter !! recently i got 250$ bounty .but before 1 month ago i got my first Hall of…Continue reading on Medium »
Read more...
Fuzzing With Custom Wordlists

Hello HackersContinue reading on Medium »
Read more...