Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Roadmap to Website Hacking!!
https://cdn-images-1.medium.com/max/988/1*TZccz6nvZdE0ftLZCuxJ0A.png
In this article I’ll be sharing you the complete roadmap for Bug Bounty Hunting.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Roadmap to Website Hacking!!
https://cdn-images-1.medium.com/max/988/1*TZccz6nvZdE0ftLZCuxJ0A.png
In this article I’ll be sharing you the complete roadmap for Bug Bounty Hunting.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Roadmap to Website Hacking!!😲
In this article I’ll be sharing you the complete roadmap for Bug Bounty Hunting.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to protect yourself from “Pegasus”
https://cdn-images-1.medium.com/max/2600/1*eBUBM5ja0rHw6yG6XpIspg.jpeg
To know more about Pegasus, First, you have to know, what is Pegasus….!!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How to protect yourself from “Pegasus”
https://cdn-images-1.medium.com/max/2600/1*eBUBM5ja0rHw6yG6XpIspg.jpeg
To know more about Pegasus, First, you have to know, what is Pegasus….!!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How to protect yourself from “Pegasus”
To know more about Pegasus, First, you have to know, what is Pegasus….!!
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Pegasus Spyware, come controllare se i nostri dispositivi Android sono stati infettati
https://cdn-images-1.medium.com/max/1280/1*OQjELTrwVB2maCyg1ApGxg.png
Per supportarmi potete seguirmi ed abbonarvi al mio canale Thorrwulf su Twitch, con prime è gratis.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Pegasus Spyware, come controllare se i nostri dispositivi Android sono stati infettati
https://cdn-images-1.medium.com/max/1280/1*OQjELTrwVB2maCyg1ApGxg.png
Per supportarmi potete seguirmi ed abbonarvi al mio canale Thorrwulf su Twitch, con prime è gratis.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Pegasus Spyware, come controllare se i nostri dispositivi Android sono stati infettati
Per supportarmi potete seguirmi ed abbonarvi al mio canale Thorrwulf su Twitch, con prime è gratis.
Deep Web
Would I be safe just using tails and my wifi?
Or are there more precautions I should be aware of? Thanks
submitted by /u/Guigsy79
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Would I be safe just using tails and my wifi?
Or are there more precautions I should be aware of? Thanks
submitted by /u/Guigsy79
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Would I be safe just using tails and my wifi?
Or are there more precautions I should be aware of? Thanks
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections
rconn (reverse connection) is a multiplatform program for creating reverse connections. It lets you consume services that are behind NAT and/or firewall without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic is routed through the initial connection that was opened by the machine behind firewall/NAT.Building Build with: go build. Explanation Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this: rconn -s 1111 2222 And in the machine behind firewall/NAT you'd have to run this: rconn -c 11.11.11.11 1111 127.0.0.1 3389 Now you can connect to your own port 2222 with an RDP client, this will effectively be same as connecting to 22.22.22.22:3389. Usually most firewalls allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111. Download Rconn
Read more...
___________________________
@hacking_Attack
@Hacking_Video
rconn (reverse connection) is a multiplatform program for creating reverse connections. It lets you consume services that are behind NAT and/or firewall without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic is routed through the initial connection that was opened by the machine behind firewall/NAT.Building Build with: go build. Explanation Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this: rconn -s 1111 2222 And in the machine behind firewall/NAT you'd have to run this: rconn -c 11.11.11.11 1111 127.0.0.1 3389 Now you can connect to your own port 2222 with an RDP client, this will effectively be same as connecting to 22.22.22.22:3389. Usually most firewalls allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111. Download Rconn
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections
http://www.kitploit.com/2021/07/rconn-rconn-is-multiplatform-program.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/07/rconn-rconn-is-multiplatform-program.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections
rconn (r[everse] conn[ection]) is a multiplatform (https://www.kitploit.com/search/label/Multiplatform) program for creating reverse (https://www.kitploit.com/search/label/Reverse) connections. It lets you consume services that are behind NAT and/or firewall (https://www.kitploit.com/search/label/Firewall) without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic (https://www.kitploit.com/search/label/Traffic) is routed through the initial connection that was opened by the machine behind firewall/NAT.
Building
Build with: go build.
Explanation
___________________________
@hacking_Attack
@Hacking_Video
Building
Build with: go build.
Explanation
___________________________
@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.
Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this: rconn -s 1111 2222 And in the machine behind firewall/NAT you'd have to run this: rconn -c 11.11.11.11 1111 127.0.0.1 3389 Now you can connect to your own port 2222 with an RDP client, this will effectively be same as connecting to 22.22.22.22:3389. Usually most firewalls (https://www.kitploit.com/search/label/Firewalls) allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111.
Download Rconn (https://github.com/jafarlihi/rconn)
___________________________
@hacking_Attack
@Hacking_Video
Download Rconn (https://github.com/jafarlihi/rconn)
___________________________
@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: security in practice
How to create yor own pandemic causing virus
If you want to create your own virus this is how you would do it. Mind you, when I say "create" I mean "modify." Even the famous coronavirus was not "created" but rather just a modified version of the virus that existed in bats. It is actually impossible to create a virus because the virus is a living thing, and we can't create life from non-life (yet, if ever). So it's actually very simple and you can do it from home. Here is what you will need:
1. a sick animal
2. a few healthy animals
3. a healthy male and female human
4. a humid dark room between 65-75 F
So the goal here is to recreate the conditions in nature that would cause a mutation. What you would need to do is put 1-3 in the humid dark room and make them fight and scratch each other and eat each others shit and piss until the male and human female get sick. Now you have caused a mutation and you can let the two human subjects out into a wet market or somewhere that it would have an easy time spreading and bam, you have a pandemic.
submitted by /u/redtardio
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How to create yor own pandemic causing virus
If you want to create your own virus this is how you would do it. Mind you, when I say "create" I mean "modify." Even the famous coronavirus was not "created" but rather just a modified version of the virus that existed in bats. It is actually impossible to create a virus because the virus is a living thing, and we can't create life from non-life (yet, if ever). So it's actually very simple and you can do it from home. Here is what you will need:
1. a sick animal
2. a few healthy animals
3. a healthy male and female human
4. a humid dark room between 65-75 F
So the goal here is to recreate the conditions in nature that would cause a mutation. What you would need to do is put 1-3 in the humid dark room and make them fight and scratch each other and eat each others shit and piss until the male and human female get sick. Now you have caused a mutation and you can let the two human subjects out into a wet market or somewhere that it would have an easy time spreading and bam, you have a pandemic.
submitted by /u/redtardio
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to create yor own pandemic causing virus
If you want to create your own virus this is how you would do it. Mind you, when I say "create" I mean "modify." Even the famous coronavirus was...
hacking: security in practice
A not too expensive but good VPN
Hi guys,
Can you give me some advises of some VPNs that are not too expensive but good?
Thanks in advance!
submitted by /u/majc18
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
A not too expensive but good VPN
Hi guys,
Can you give me some advises of some VPNs that are not too expensive but good?
Thanks in advance!
submitted by /u/majc18
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
A not too expensive but good VPN
Hi guys, Can you give me some advises of some VPNs that are not too expensive but good? Thanks in advance!
hacking: security in practice
Im freaking out!
Long story short:
- I entered Chathub, met a girl. She was real i sent her my FAKE instagram profile made with a FAKE hotmail account.
-in the PM I sent her some rather sensitive photos, she liked them but she started suddenly readining (we're still on cam in chathub) some names that I DO NOT HAVE OR FOLLOW on my fake accounts, those names were friends and family members IRL. I'm wondering how is it possible in the span of literal seconds that she discovered some of my contacts?? im freaking out, any recommendations?
submitted by /u/Santia_12
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Im freaking out!
Long story short:
- I entered Chathub, met a girl. She was real i sent her my FAKE instagram profile made with a FAKE hotmail account.
-in the PM I sent her some rather sensitive photos, she liked them but she started suddenly readining (we're still on cam in chathub) some names that I DO NOT HAVE OR FOLLOW on my fake accounts, those names were friends and family members IRL. I'm wondering how is it possible in the span of literal seconds that she discovered some of my contacts?? im freaking out, any recommendations?
submitted by /u/Santia_12
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Im freaking out!
Long story short: \- I entered Chathub, met a girl. She was real i sent her my FAKE instagram profile made with a FAKE hotmail account. \-in...
hacking: security in practice
What Book Should I Read Next?
Im Looking to get into bug bounty,ive studying real world vulnerabilities and exploit but i also want a book to read, Books ive read:
Shellcoders Handbook
Web app hackers handbook
c programming language
practical binary analysis
also have some c++ and assembly knowledge
sorry for bad english! its not my native language :)
submitted by /u/PurpleAligator4
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What Book Should I Read Next?
Im Looking to get into bug bounty,ive studying real world vulnerabilities and exploit but i also want a book to read, Books ive read:
Shellcoders Handbook
Web app hackers handbook
c programming language
practical binary analysis
also have some c++ and assembly knowledge
sorry for bad english! its not my native language :)
submitted by /u/PurpleAligator4
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What Book Should I Read Next?
Im Looking to get into bug bounty,ive studying real world vulnerabilities and exploit but i also want a book to read, Books ive read: ...
hacking: security in practice
Cable box hack
Any way to hack set top box, hd pvr to get all the channels unlocked?
submitted by /u/inkednewfie
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Cable box hack
Any way to hack set top box, hd pvr to get all the channels unlocked?
submitted by /u/inkednewfie
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Cable box hack
Any way to hack set top box, hd pvr to get all the channels unlocked?
hacking: security in practice
I think i'm getting hacked. What do I do ?
I'm not someone that checks on my emails as often so I didn't notice it , but when i opened it today , I realised someone has been trying to get on my steam account but kept failing . So i paid not much attention.
But after like 30 mins , i kept getting spammed on my email , saying that someone has requested to change my Epic games account password and for some reason , they succeeded in changing it everytime. So i changed the password and added a 2fa to it and also changed the password on my email.
Then it was all silent for a few hours , but now i'm getting even more mails from Steam saying they have a message for me , Postmates email of me signing up an account and now Uber .
edit: YOOOO MY MAILS ARE GETTING DELETED RIGHT INFRONT OF ME . The hacker is SOMEHOW in my email wtf what do i do
submitted by /u/isiahvic
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
I think i'm getting hacked. What do I do ?
I'm not someone that checks on my emails as often so I didn't notice it , but when i opened it today , I realised someone has been trying to get on my steam account but kept failing . So i paid not much attention.
But after like 30 mins , i kept getting spammed on my email , saying that someone has requested to change my Epic games account password and for some reason , they succeeded in changing it everytime. So i changed the password and added a 2fa to it and also changed the password on my email.
Then it was all silent for a few hours , but now i'm getting even more mails from Steam saying they have a message for me , Postmates email of me signing up an account and now Uber .
edit: YOOOO MY MAILS ARE GETTING DELETED RIGHT INFRONT OF ME . The hacker is SOMEHOW in my email wtf what do i do
submitted by /u/isiahvic
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
I think i'm getting hacked. What do I do ?
I'm not someone that checks on my emails as often so I didn't notice it , but when i opened it today , I realised someone has been trying to get...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections
https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
rconn (r[everse] conn[ection]) is a multiplatform program for creating reverse connections. It lets you consume services that are behind NAT and/or firewall without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic is routed through the initial connection that was opened by the machine behind firewall/NAT.
Building
Build with:
Explanation
https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this:
Usually most firewalls allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111.
Download Rconn
___________________________
@hacking_Attack
@Hacking_Video
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections
https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
rconn (r[everse] conn[ection]) is a multiplatform program for creating reverse connections. It lets you consume services that are behind NAT and/or firewall without adding firewall rules or port-forwarding. This is achieved by creating a connection from the node behind the firewall/NAT to a port on your local machine, and then a port is exposed in your machine through which you can connect to the service that is behind firewall/NAT. All traffic is routed through the initial connection that was opened by the machine behind firewall/NAT.
Building
Build with:
go build.Explanation
https://1.bp.blogspot.com/-Jvqwf1mNv_g/YPn7cT8mphI/AAAAAAAAk5c/4PoG4cRs_pcl_s5pY74EOK2OqYRG71ydACNcBGAsYHQ/w640-h306/diagram.png
Say your IP address is 11.11.11.11, and you've got machine 22.22.22.22 behind firewall/NAT and you want to connect to it via RDP. First you'd have to make sure your RDP server is running, normally on 3389. Now the problem is you can't connect to 3389 from outside because of NAT or firewall. Then in your local machine you'd have to run this:
rconn -s 1111 2222And in the machine behind firewall/NAT you'd have to run this: rconn -c 11.11.11.11 1111 127.0.0.1 3389Now you can connect to your own port 2222 with an RDP client, this will effectively be same as connecting to 22.22.22.22:3389.Usually most firewalls allow all outbound traffic but if this is not the case then you can try 80 or 443 instead of 1111.
Download Rconn
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Rconn - Rconn Is A Multiplatform Program For Creating Generic Reverse Connections