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)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Terraguard - Create And Destroy Your Own VPN Service Using WireGuard
https://1.bp.blogspot.com/-mNm1Is9MalM/YPig9OwRB3I/AAAAAAAAjUs/93n_JaI1I8g1Cr-G4tSZtuDy4pikF0gMwCNcBGAsYHQ/w640-h420/wireguard.png
This project's goal is to be simple to create and destroy your own VPN service using WireGuard.
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
* Plan our modifications
terraform plan ">
* Apply the changes
* For Digital Ocean you need to declare your token(do_token) in variable.tf or command line:
Tests - Checking the IP
* Test the connection without VPN
* Start VPN
* Test the connection with VPN
Cleanup
* Just run:
Cloud Providers
* AWS
* Digital Ocean
* GCP
* OCI
Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues.
Roadmap
* Work
* Linux client(Debian, RedHat and Arch base)
* Terraform to deploy server on AWS
* Mac client
* Add other cloud providers
Author
João Freire
* Twitter: @p0ssuidao
Download Terraguard
Terraguard - Create And Destroy Your Own VPN Service Using WireGuard
https://1.bp.blogspot.com/-mNm1Is9MalM/YPig9OwRB3I/AAAAAAAAjUs/93n_JaI1I8g1Cr-G4tSZtuDy4pikF0gMwCNcBGAsYHQ/w640-h420/wireguard.png
This project's goal is to be simple to create and destroy your own VPN service using WireGuard.
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/ipCleanup
* Just run:
sudo terraform destroyCloud Providers
* AWS
* Digital Ocean
* GCP
* OCI
Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues.
Roadmap
* Work
* Linux client(Debian, RedHat and Arch base)
* Terraform to deploy server on AWS
* Mac client
* Add other cloud providers
Author
João Freire
* Twitter: @p0ssuidao
Download Terraguard
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Pentester Academy — Windows: SMB Server CrackMapExec
https://cdn-images-1.medium.com/max/600/1*-RnUibL6Cdk6DW1PwwFrrA.png
Hello astonishing hackers and great penetration testers out there. Today I have pwned Pentester Academy — Windows: SMB Server CrackMapExec…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Pentester Academy — Windows: SMB Server CrackMapExec
https://cdn-images-1.medium.com/max/600/1*-RnUibL6Cdk6DW1PwwFrrA.png
Hello astonishing hackers and great penetration testers out there. Today I have pwned Pentester Academy — Windows: SMB Server CrackMapExec…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Netcat Shell Stabilization
https://cdn-images-1.medium.com/max/1128/1*3ZdDJc_iyiRSJPaVwq5XAg.png
Considering all the hard work it takes to receive a reverse shell from a target, it is imperative that we work to stabilize the shell as…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Netcat Shell Stabilization
https://cdn-images-1.medium.com/max/1128/1*3ZdDJc_iyiRSJPaVwq5XAg.png
Considering all the hard work it takes to receive a reverse shell from a target, it is imperative that we work to stabilize the shell as…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Terraguard - Create And Destroy Your Own VPN Service Using WireGuard
This project's goal is to be simple to create and destroy your own VPN service using WireGuard.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(dotoken) 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 Providers AWS Digital Ocean GCP OCI Contributing Contributions, issues and feature requests are welcome!Feel free to check 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 Download Terraguard
Read more...
This project's goal is to be simple to create and destroy your own VPN service using WireGuard.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(dotoken) 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 Providers AWS Digital Ocean GCP OCI Contributing Contributions, issues and feature requests are welcome!Feel free to check 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 Download Terraguard
Read more...
Deep Web
Onion link lists
Can anyone hook me up with some link lists? I've been browsing ahmia for like 10 hours or more and I wasn't able to find anything interesting. I'm specifically looking for conspiracy theories and stuff related to them. Thank you in advance!
submitted by /u/Vamscape
[link] [comments]
Onion link lists
Can anyone hook me up with some link lists? I've been browsing ahmia for like 10 hours or more and I wasn't able to find anything interesting. I'm specifically looking for conspiracy theories and stuff related to them. Thank you in advance!
submitted by /u/Vamscape
[link] [comments]
reddit
Onion link lists
Can anyone hook me up with some link lists? I've been browsing ahmia for like 10 hours or more and I wasn't able to find anything interesting. I'm...
Deep Web
Seriously wtf can I really do on the deep/dark/I don’t fucking know web
Literally everything you heard is fake you can’t buy guns or drugs no credit cards or bank accounts no illegal money making flexes, no illegal anything smh I can’t even find a fucking hacking program software or something, whatever the fuck it’s called. It’s honestly so frustrating
submitted by /u/idgafanymore24
[link] [comments]
Seriously wtf can I really do on the deep/dark/I don’t fucking know web
Literally everything you heard is fake you can’t buy guns or drugs no credit cards or bank accounts no illegal money making flexes, no illegal anything smh I can’t even find a fucking hacking program software or something, whatever the fuck it’s called. It’s honestly so frustrating
submitted by /u/idgafanymore24
[link] [comments]
reddit
Seriously wtf can I really do on the deep/dark/I don’t fucking...
Literally everything you heard is fake you can’t buy guns or drugs no credit cards or bank accounts no illegal money making flexes, no illegal...
hacking: security in practice
Has anyone built a basic cantenna that worked really well? What was your secret?
I have tried a couple of times but something always was deficient. Does anyone have any tips for succesfully making one? I really would prefer to NOT go to the grocery store with a ruler. What product have you found is canned in the optimum can size?
submitted by /u/Fancy_Clothes_6827
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Has anyone built a basic cantenna that worked really well? What was your secret?
I have tried a couple of times but something always was deficient. Does anyone have any tips for succesfully making one? I really would prefer to NOT go to the grocery store with a ruler. What product have you found is canned in the optimum can size?
submitted by /u/Fancy_Clothes_6827
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
r/hacking - Has anyone built a basic cantenna that worked really well? What was your secret?
0 votes and 0 comments so far on Reddit
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
AWS GitHub script thoughts
Hello,
What do people think of this? https://github.com/goldfiglabs/rpCheckup
I am in no way affiliated with this - frankly I am worried if i use this ^ it might have other access things in my account? But i think all it needs is read only?
Cheers
submitted by /u/megaboobz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
AWS GitHub script thoughts
Hello,
What do people think of this? https://github.com/goldfiglabs/rpCheckup
I am in no way affiliated with this - frankly I am worried if i use this ^ it might have other access things in my account? But i think all it needs is read only?
Cheers
submitted by /u/megaboobz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
r/hacking - AWS GitHub script thoughts
0 votes and 0 comments so far on Reddit
hacking: security in practice
Routers and Residential Proxies
If you were to hack into a wifi network, are you technically using a residential proxy?
submitted by /u/AcquireThatPapyrus
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Routers and Residential Proxies
If you were to hack into a wifi network, are you technically using a residential proxy?
submitted by /u/AcquireThatPapyrus
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Routers and Residential Proxies
If you were to hack into a wifi network, are you technically using a residential proxy?
Directory Traversal Google Acquisitions Bounty $5000
P1 Google AcquisitionsContinue reading on Medium »
Read more...
P1 Google AcquisitionsContinue reading on Medium »
Read more...