Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Help! My Chevy Volt is Hacked!
https://cdn-images-1.medium.com/max/2600/1*8PaCpMW5QUeEJjtimrvRtA.jpeg
Correction: Everything is hacked. A Daily Obstruction Log.
Continue reading on Medium »
Help! My Chevy Volt is Hacked!
https://cdn-images-1.medium.com/max/2600/1*8PaCpMW5QUeEJjtimrvRtA.jpeg
Correction: Everything is hacked. A Daily Obstruction Log.
Continue reading on Medium »
Dnspeep - Spy On The DNS Queries Your Computer Is Making
dnspeep lets you spy on the DNS queries your computer is making. Here's some example output: $ sudo dnspeepquery name server IP responseA incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.com, A: 52.39.144.189, A: 54.191.136.131, A: 34.215.151.143, A: 54.149.208.57, A: 44.226.235.191, A: 52.10.174.113, A: 35.160.138.173, A: 44.238.190.78AAAA incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.comA www.google.com 192.168.1.1 A: 172.217.13.132AAAA www.google.com 192.168.1.1 AAAA: 2607:f8b0:4020:807::2004A www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com, A: 151.139.128.11AAAA www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com How to install You can install dnspeep using the different methods below. Installing the binary release Download recent release of dnspeep from the GitHub releases page Unpack it Put the dnspeep binary in your PATH (for example in /usr/local/bin) Compile and installing from source Download recent source release of dnspeep from the GitHub releases page or git clone this repository. Unpack it Run cargo build --release Change to the "target/release" directory there. Put the dnspeep binary in your PATH (for example in /usr/local/bin) Installing from a Linux package manager If you are using Arch Linux, then you can install dnspeep from the AUR. How it works It uses libpcap to capture packets on port 53, and then matches up DNS request and response packets so that it can show the request and response together on the same line. It also tracks DNS queries which didn't get a response within 1 second and prints them out with the response <no response>. Limitations Only supports the DNS query types supported by the dns_parser crate (here's a list) Doesn't support TCP DNS queries, only UDP It can't show DNS-over-HTTPS queries (because it would need to MITM the HTTPS connection) Download Dnspeep
Read more...
dnspeep lets you spy on the DNS queries your computer is making. Here's some example output: $ sudo dnspeepquery name server IP responseA incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.com, A: 52.39.144.189, A: 54.191.136.131, A: 34.215.151.143, A: 54.149.208.57, A: 44.226.235.191, A: 52.10.174.113, A: 35.160.138.173, A: 44.238.190.78AAAA incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.comA www.google.com 192.168.1.1 A: 172.217.13.132AAAA www.google.com 192.168.1.1 AAAA: 2607:f8b0:4020:807::2004A www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com, A: 151.139.128.11AAAA www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com How to install You can install dnspeep using the different methods below. Installing the binary release Download recent release of dnspeep from the GitHub releases page Unpack it Put the dnspeep binary in your PATH (for example in /usr/local/bin) Compile and installing from source Download recent source release of dnspeep from the GitHub releases page or git clone this repository. Unpack it Run cargo build --release Change to the "target/release" directory there. Put the dnspeep binary in your PATH (for example in /usr/local/bin) Installing from a Linux package manager If you are using Arch Linux, then you can install dnspeep from the AUR. How it works It uses libpcap to capture packets on port 53, and then matches up DNS request and response packets so that it can show the request and response together on the same line. It also tracks DNS queries which didn't get a response within 1 second and prints them out with the response <no response>. Limitations Only supports the DNS query types supported by the dns_parser crate (here's a list) Doesn't support TCP DNS queries, only UDP It can't show DNS-over-HTTPS queries (because it would need to MITM the HTTPS connection) Download Dnspeep
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Dnspeep - Spy On The DNS Queries Your Computer Is Making
https://1.bp.blogspot.com/-j08odg-kWOY/YH5heRTytbI/AAAAAAAAV6M/sh_H7F_fXcoIq_ZeO5nl_RomTG-sD6daACNcBGAsYHQ/w640-h310/dns.png
Here's some example output:
How to install
You can install dnspeep using the different methods below.
Installing the binary release
1. Download recent release of
2. Unpack it
3. Put the
Compile and installing from source
1. Download recent source release of
2. Unpack it
3. Run
4. Change to the "target/release" directory there.
5. Put the
Installing from a Linux package manager
* If you are using Arch Linux, then you can install dnspeep from the AUR.
How it works
It uses
It also tracks DNS queries which didn't get a response within 1 second and prints them out with the response
Limitations
* Only supports the DNS query types supported by the
* Doesn't support TCP DNS queries, only UDP
* It can't show DNS-over-HTTPS queries (because it would need to MITM the HTTPS connection)
Download Dnspeep
Dnspeep - Spy On The DNS Queries Your Computer Is Making
https://1.bp.blogspot.com/-j08odg-kWOY/YH5heRTytbI/AAAAAAAAV6M/sh_H7F_fXcoIq_ZeO5nl_RomTG-sD6daACNcBGAsYHQ/w640-h310/dns.png
dnspeeplets you spy on the DNS queries your computer is making.Here's some example output:
$ sudo dnspeep
query name server IP response
A incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.com, A: 52.39.144.189, A: 54.191.136.131, A: 34.215.151.143, A: 54.149.208.57, A: 44.226.235.191, A: 52.10.174.113, A: 35.160.138.173, A: 44.238.190.78
AAAA incoming.telemetry.mozilla.org 192.168.1.1 CNAME: telemetry-incoming.r53-2.services.mozilla.com, CNAME: pipeline-incoming-prod-elb-149169523.us-west-2.elb.amazonaws.com
A www.google.com 192.168.1.1 A: 172.217.13.132
AAAA www.google.com 192.168.1.1 AAAA: 2607:f8b0:4020:807::2004
A www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com, A: 151.139.128.11
AAAA www.neopets.com 192.168.1.1 CNAME: r9c3n8d2.stackpathcdn.com
How to install
You can install dnspeep using the different methods below.
Installing the binary release
1. Download recent release of
dnspeepfrom the GitHub releases page2. Unpack it
3. Put the
dnspeepbinary in your PATH (for example in /usr/local/bin)Compile and installing from source
1. Download recent source release of
dnspeepfrom the GitHub releases page or git clone this repository.2. Unpack it
3. Run
cargo build --release4. Change to the "target/release" directory there.
5. Put the
dnspeepbinary in your PATH (for example in /usr/local/bin)Installing from a Linux package manager
* If you are using Arch Linux, then you can install dnspeep from the AUR.
How it works
It uses
libpcapto capture packets on port 53, and then matches up DNS request and response packets so that it can show the request and response together on the same line.It also tracks DNS queries which didn't get a response within 1 second and prints them out with the response
<no.Limitations
* Only supports the DNS query types supported by the
dns_parsercrate (here's a list)* Doesn't support TCP DNS queries, only UDP
* It can't show DNS-over-HTTPS queries (because it would need to MITM the HTTPS connection)
Download Dnspeep
Deep Web
Coordinated effort projects
I have always been fascinated by a group of hackers in movies making coordinated hacks (there's such a scene in money heist, for those who watch it). This got me thinking about a platform for coordinated projects, not for hacking but everything that can work better with coordinated effort like making something go viral, finishing a huge project in a very short time etc. If you are interested in such a platform, you are welcome to join the discord channel I have created to meet others, create teams and just get started making coordinated effort projects about all kinds of stuff.
submitted by /u/rover_rush
[link] [comments]
Coordinated effort projects
I have always been fascinated by a group of hackers in movies making coordinated hacks (there's such a scene in money heist, for those who watch it). This got me thinking about a platform for coordinated projects, not for hacking but everything that can work better with coordinated effort like making something go viral, finishing a huge project in a very short time etc. If you are interested in such a platform, you are welcome to join the discord channel I have created to meet others, create teams and just get started making coordinated effort projects about all kinds of stuff.
submitted by /u/rover_rush
[link] [comments]
reddit
Coordinated effort projects
I have always been fascinated by a group of hackers in movies making coordinated hacks (there's such a scene in money heist, for those who watch...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Justice Dept. Creates Task Force to Stop Ransomware Spread
One goal of the group is to take down the criminal ecosystem that enables ransomware, officials say.
Justice Dept. Creates Task Force to Stop Ransomware Spread
One goal of the group is to take down the criminal ecosystem that enables ransomware, officials say.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Can a Hacker Catch My Spouse Cheating Online?
https://cdn-images-1.medium.com/max/640/0*VYFf8PcxhwfV6bPq.jpg
Can a Hacker Hack My Partners Email?
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Can a Hacker Catch My Spouse Cheating Online?
https://cdn-images-1.medium.com/max/640/0*VYFf8PcxhwfV6bPq.jpg
Can a Hacker Hack My Partners Email?
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to become an amazing hacker
https://cdn-images-1.medium.com/max/2600/0*l4XNgE849QeCPniq
In 10 years or less
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
How to become an amazing hacker
https://cdn-images-1.medium.com/max/2600/0*l4XNgE849QeCPniq
In 10 years or less
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Free Course Site
Python Programming Bootcamp
https://freecoursesite.com/wp-content/uploads/2021/04/448555225.jpg
A Complete Python Course Focused on Problem Solving that will Expand into All Python Can Do What you’ll learn A complete understanding of Python and related technologies with a focus on problem solving Requirements Access to a computer and the Internet Description What You’ll Learn Learn the Core Python 3 Language at a Deep Level […]
The post Python Programming Bootcamp appeared first on Free Course Site.
Python Programming Bootcamp
https://freecoursesite.com/wp-content/uploads/2021/04/448555225.jpg
A Complete Python Course Focused on Problem Solving that will Expand into All Python Can Do What you’ll learn A complete understanding of Python and related technologies with a focus on problem solving Requirements Access to a computer and the Internet Description What You’ll Learn Learn the Core Python 3 Language at a Deep Level […]
The post Python Programming Bootcamp appeared first on Free Course Site.
Deep Web
video sharing platforms
anybody know any video sharing platforms basically just like a uncensored youtube
submitted by /u/Sundays_Paradise
[link] [comments]
video sharing platforms
anybody know any video sharing platforms basically just like a uncensored youtube
submitted by /u/Sundays_Paradise
[link] [comments]
reddit
video sharing platforms
anybody know any video sharing platforms basically just like a uncensored youtube
Deep Web
best vm to use
i'm not sure if this has anything to do with it but i'm on a macbook pro using bootcamp to be on windows
submitted by /u/maybalex
[link] [comments]
best vm to use
i'm not sure if this has anything to do with it but i'm on a macbook pro using bootcamp to be on windows
submitted by /u/maybalex
[link] [comments]
reddit
best vm to use
i'm not sure if this has anything to do with it but i'm on a macbook pro using bootcamp to be on windows
hacking: security in practice
Does RAM store your credentials in plaintext?
If you were to take an image of a machine including the RAM does it have the credentials you can use to later log into the machine.
When I had my IT forensics course, nothing like that was ever mentioned. However, while studying for CompTIA Security+ it mentioned something along those lines while covering network security.
Am I misunderstanding what was being referred to? (I am asking, because I can't find that part now)
submitted by /u/swtbstrd
[link] [comments]
Does RAM store your credentials in plaintext?
If you were to take an image of a machine including the RAM does it have the credentials you can use to later log into the machine.
When I had my IT forensics course, nothing like that was ever mentioned. However, while studying for CompTIA Security+ it mentioned something along those lines while covering network security.
Am I misunderstanding what was being referred to? (I am asking, because I can't find that part now)
submitted by /u/swtbstrd
[link] [comments]
reddit
Does RAM store your credentials in plaintext?
If you were to take an image of a machine including the RAM does it have the credentials you can use to later log into the machine. When I had...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Best programming languages for hacking
https://cdn-images-1.medium.com/max/640/1*Cgvjs-cY-T7Rrh5th1n02Q.jpeg
As indicated by that there is enormous advancement in the upgrades of uses, destinations, APIs, representations, programming, and for that…
Continue reading on Medium »
Best programming languages for hacking
https://cdn-images-1.medium.com/max/640/1*Cgvjs-cY-T7Rrh5th1n02Q.jpeg
As indicated by that there is enormous advancement in the upgrades of uses, destinations, APIs, representations, programming, and for that…
Continue reading on Medium »