Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Metasploit for Pentester: Database & Workspace
In this series of articles, we are focusing on the various mechanisms of the Metasploit Framework that can be used by Penetration Testers. Today we are going to learn about the workspace and database commands of the Metasploit Framework. Table of Content Introduction Creating a Workspace Hosts Database Vulnerabilities Database
The post Metasploit for Pentester: Database & Workspace appeared first on Hacking Articles.
Metasploit for Pentester: Database & Workspace
In this series of articles, we are focusing on the various mechanisms of the Metasploit Framework that can be used by Penetration Testers. Today we are going to learn about the workspace and database commands of the Metasploit Framework. Table of Content Introduction Creating a Workspace Hosts Database Vulnerabilities Database
The post Metasploit for Pentester: Database & Workspace appeared first on Hacking Articles.
GraphQL Top 10: Attempt #1
https://securitygoat.medium.com/graphql-top-10-attempt-1-5bf41fd22d75?source=rss------bug_bounty-5
https://securitygoat.medium.com/graphql-top-10-attempt-1-5bf41fd22d75?source=rss------bug_bounty-5
My goal is to create GraphQL Top 10, and I was able to come up with 7 concrete issues and some generic ones, but excluding generic issues…Continue reading on Medium » (https://securitygoat.medium.com/graphql-top-10-attempt-1-5bf41fd22d75?source=rss------bug_bounty-5)
How to Stay Motivated When Hunting for Bugs
https://medium.com/immunefi/how-to-stay-motivated-when-hunting-for-bugs-4966ac0d658?source=rss------bug_bounty-5
https://medium.com/immunefi/how-to-stay-motivated-when-hunting-for-bugs-4966ac0d658?source=rss------bug_bounty-5
I’ve been hacking since 2014 and more recently focusing on bounty hunting in the blockchain space. For example, I found a critical bug in…Continue reading on Immunefi » (https://medium.com/immunefi/how-to-stay-motivated-when-hunting-for-bugs-4966ac0d658?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The new Era of warfare and where India stands
https://cdn-images-1.medium.com/max/720/1*zmN2rpP2HyBIWIBwMPJybg.png
The age of cyber-warfare and the country of the large digitally illiterate population.
Continue reading on Medium »
The new Era of warfare and where India stands
https://cdn-images-1.medium.com/max/720/1*zmN2rpP2HyBIWIBwMPJybg.png
The age of cyber-warfare and the country of the large digitally illiterate population.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Understanding PEGASUS and Spywares
https://cdn-images-1.medium.com/max/632/1*WDuj1nUPxkzTAR3KUSgPDg.jpeg
PEGASUS, this name is making headlines all across the globe leaving people anxious with questions like What’s a Sypware ? Am I a target …
Continue reading on Medium »
Understanding PEGASUS and Spywares
https://cdn-images-1.medium.com/max/632/1*WDuj1nUPxkzTAR3KUSgPDg.jpeg
PEGASUS, this name is making headlines all across the globe leaving people anxious with questions like What’s a Sypware ? Am I a target …
Continue reading on Medium »
Email Verification Bypass
Hi this is karthik,i’m a security researcher and bug bounty hunter.this is my first write up,so if I make any mistakes please let me…Continue reading on Medium »
Read more...
Hi this is karthik,i’m a security researcher and bug bounty hunter.this is my first write up,so if I make any mistakes please let me…Continue reading on Medium »
Read more...
Hi this is karthik,i’m a security researcher and bug bounty hunter.this is my first write up,so if I make any mistakes please let me…Continue reading on Medium » (https://medium.com/@86karthikkarthik/email-verification-bypass-d07b2db8dc4?source=rss------bug_bounty-5)
hacking: security in practice
Well, all about a beginner
Hey hola to everyone who can see this post, Some of us here are beginner right? Trying to learn get skills. Let's get to know so we can help each other thru this. That's all i can say hmu in here. And btw i love the last rule of this community.
submitted by /u/GunsNTequilla
[link] [comments]
Well, all about a beginner
Hey hola to everyone who can see this post, Some of us here are beginner right? Trying to learn get skills. Let's get to know so we can help each other thru this. That's all i can say hmu in here. And btw i love the last rule of this community.
submitted by /u/GunsNTequilla
[link] [comments]
reddit
Well, all about a beginner
Hey hola to everyone who can see this post, Some of us here are beginner right? Trying to learn get skills. Let's get to know so we can help each...
Terraguard - Create And Destroy Your Own VPN Service Using WireGuard
http://www.kitploit.com/2021/07/terraguard-create-and-destroy-your-own.html
http://www.kitploit.com/2021/07/terraguard-create-and-destroy-your-own.html
This project's goal is to be simple to create and destroy your own VPN (https://www.kitploit.com/search/label/VPN) service using WireGuard (https://www.wireguard.com/).
Prerequisites
Terraform >= 1.0.0 Ansible >= 2.10.5
How to Deploy
Terraform
Run with sudo is necessary because we need permission on localhost to install packages, configure a network interface and start a process. Select your cloud provider AWS, DigitalOcean and open the directory
You can change the region or key name in the variable.tf Initialize Terraform terraform init Plan our modifications terraform plan ">sudo terraform plan Apply the changes sudo terraform apply For Digital Ocean you need to declare your token(do_token) in variable.tf or command line: sudo terraform plan -var "do_token=value"
sudo terraform apply -var "do_token=value"
Tests - Checking the IP
Test the connection without VPN curl ipinfo.io/ip Start VPN sudo systemctl start wg-quick@wg0 Test the connection with VPN curl ipinfo.io/ip
Cleanup Just run: sudo terraform destroy
Cloud (https://www.kitploit.com/search/label/Cloud) Providers AWS Digital Ocean GCP OCI
Contributing Contributions, issues and feature requests are welcome!
Feel free to check issues (https://github.com/P0ssuidao/terraguard/issues).
Roadmap WorkLinux client(Debian, RedHat and Arch base) Terraform to deploy server on AWS Mac client Add other cloud providers
Author
João Freire Twitter: @p0ssuidao (https://twitter.com/p0ssuidao)
Download Terraguard (https://github.com/P0ssuidao/terraguard)
Prerequisites
Terraform >= 1.0.0 Ansible >= 2.10.5
How to Deploy
Terraform
Run with sudo is necessary because we need permission on localhost to install packages, configure a network interface and start a process. Select your cloud provider AWS, DigitalOcean and open the directory
You can change the region or key name in the variable.tf Initialize Terraform terraform init Plan our modifications terraform plan ">sudo terraform plan Apply the changes sudo terraform apply For Digital Ocean you need to declare your token(do_token) in variable.tf or command line: sudo terraform plan -var "do_token=value"
sudo terraform apply -var "do_token=value"
Tests - Checking the IP
Test the connection without VPN curl ipinfo.io/ip Start VPN sudo systemctl start wg-quick@wg0 Test the connection with VPN curl ipinfo.io/ip
Cleanup Just run: sudo terraform destroy
Cloud (https://www.kitploit.com/search/label/Cloud) Providers AWS Digital Ocean GCP OCI
Contributing Contributions, issues and feature requests are welcome!
Feel free to check issues (https://github.com/P0ssuidao/terraguard/issues).
Roadmap WorkLinux client(Debian, RedHat and Arch base) Terraform to deploy server on AWS Mac client Add other cloud providers
Author
João Freire Twitter: @p0ssuidao (https://twitter.com/p0ssuidao)
Download Terraguard (https://github.com/P0ssuidao/terraguard)