Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Pen #005: Linux Basics (Part 2)
https://cdn-images-1.medium.com/max/1920/1*WFhyEGF0fbJqwgo79KSdJQ.jpeg
Time to learn how to use the operating system of the average hacker 🐧.
Continue reading on InfoSec Write-ups »
Pen #005: Linux Basics (Part 2)
https://cdn-images-1.medium.com/max/1920/1*WFhyEGF0fbJqwgo79KSdJQ.jpeg
Time to learn how to use the operating system of the average hacker 🐧.
Continue reading on InfoSec Write-ups »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking and Top 5 Most Notorious
https://cdn-images-1.medium.com/max/2600/0*R4_3CJT21RaODuOt
Some of my favorite hacks of all time
Continue reading on Medium »
Hacking and Top 5 Most Notorious
https://cdn-images-1.medium.com/max/2600/0*R4_3CJT21RaODuOt
Some of my favorite hacks of all time
Continue reading on Medium »
How does Docker run Containers Under the Hood
https://www.reddit.com/r/redteamsec/comments/v5ncss/how_does_docker_run_containers_under_the_hood/
submitted by /u/tbhaxor (https://www.reddit.com/user/tbhaxor)
[link] (https://tbhaxor.com/how-do-docker-run-containers-under-the-hood/) [comments] (https://www.reddit.com/r/redteamsec/comments/v5ncss/how_does_docker_run_containers_under_the_hood/)
https://www.reddit.com/r/redteamsec/comments/v5ncss/how_does_docker_run_containers_under_the_hood/
submitted by /u/tbhaxor (https://www.reddit.com/user/tbhaxor)
[link] (https://tbhaxor.com/how-do-docker-run-containers-under-the-hood/) [comments] (https://www.reddit.com/r/redteamsec/comments/v5ncss/how_does_docker_run_containers_under_the_hood/)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Puwr - SSH Pivoting Script For Expanding Attack Surfaces On Local Networks
https://blogger.googleusercontent.com/img/a/AVvXsEhSkXU9CblZ6VHV6IgJz4D2QvfQOWM3zR27GdqlTNrFV1mMDxOm9CZwM2zMaEmA5IuAxjis0lE-7mOOtpji3KhdRfnuDDhknzYyQ2_bzAxSExDHOhFzr4e0X0ZPIpfJkvXaGb1fz1j40zX_l0_S6e72-Mlyfru2JPTBQ29y2tNRm2lfNHlgWJ5R-Kt3=w640-h224
Easily expand your attack surface on a local network by discovering more hosts, via SSH.
Using a machine running a SSH service, Puwr uses a given subnet range to scope out IP's, sending back any successful ping requests it has. This can be used to expand out an attack surface on a local network, by forwarding you hosts you couldn't normally reach from your own device.
(example below of how Puwr handles requests)
Usage
Puwr is simple to run, only requiring 4 flags:
example:
If you need to connect through a port other than 22, use the
If you want to keep quiet, use the
Use the
The paramiko and netaddr modules are required for this script to work!
You can install them with the pip tool:
Disclaimer
Note this script is purley just a small enumeration script, and does not directly attack any found devices on the network. Wether you decide to remain persistence on the machine and use it to attack other devices from it, is your choice.
I encourage you carry out these techniques with permission, and stay in the legal bound of things. Cyber attacks are highly illegal, and no one but you is responsible for any crime.
License
Puwr uses the MIT License. You can read about it here:
Download Puwr
Puwr - SSH Pivoting Script For Expanding Attack Surfaces On Local Networks
https://blogger.googleusercontent.com/img/a/AVvXsEhSkXU9CblZ6VHV6IgJz4D2QvfQOWM3zR27GdqlTNrFV1mMDxOm9CZwM2zMaEmA5IuAxjis0lE-7mOOtpji3KhdRfnuDDhknzYyQ2_bzAxSExDHOhFzr4e0X0ZPIpfJkvXaGb1fz1j40zX_l0_S6e72-Mlyfru2JPTBQ29y2tNRm2lfNHlgWJ5R-Kt3=w640-h224
Easily expand your attack surface on a local network by discovering more hosts, via SSH.
Using a machine running a SSH service, Puwr uses a given subnet range to scope out IP's, sending back any successful ping requests it has. This can be used to expand out an attack surface on a local network, by forwarding you hosts you couldn't normally reach from your own device.
(example below of how Puwr handles requests)
Usage
Puwr is simple to run, only requiring 4 flags:
python3 puwr.py (MACHINE IP) (USER) (PASSWORD) (SUBNET VALUE)example:
python3 puwr.py 10.0.0.53 xeonrx password123 10.0.0.1/24If you need to connect through a port other than 22, use the
-pflag. (example: -p 2222)If you want to keep quiet, use the
-sflag to wait specified seconds between request. (example: -s 5)Use the
-hflag for usage reference in the script.The paramiko and netaddr modules are required for this script to work!
You can install them with the pip tool:
pip install netaddr paramikoDisclaimer
Note this script is purley just a small enumeration script, and does not directly attack any found devices on the network. Wether you decide to remain persistence on the machine and use it to attack other devices from it, is your choice.
I encourage you carry out these techniques with permission, and stay in the legal bound of things. Cyber attacks are highly illegal, and no one but you is responsible for any crime.
License
Puwr uses the MIT License. You can read about it here:
MIT License
Copyright (c) 2022 ciiphys
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABIL ITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Download Puwr
hacking: security in practice
I was thinking about this (I don’t hack)
Has hacking gotten harder to do or has it become a thing that seems less powerful thing to know as time goes on in the internet and will it continue until hacking is nearly just a joke in the future?
submitted by /u/uber505
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
I was thinking about this (I don’t hack)
Has hacking gotten harder to do or has it become a thing that seems less powerful thing to know as time goes on in the internet and will it continue until hacking is nearly just a joke in the future?
submitted by /u/uber505
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
I was thinking about this (I don’t hack)
Has hacking gotten harder to do or has it become a thing that seems less powerful thing to know as time goes on in the internet and will it...
hacking: security in practice
Credit
Are people actually able to hack into credit bureaus data and delete negative accounts or is that cap?
submitted by /u/Jae2793
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Credit
Are people actually able to hack into credit bureaus data and delete negative accounts or is that cap?
submitted by /u/Jae2793
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Credit
Are people actually able to hack into credit bureaus data and delete negative accounts or is that cap?
hacking: security in practice
Was I hacked?
Hi everyone, for the past 4 weeks my internet has been acting up... the people in my house left for holidays so I was alone here for 2 weeks... a few days after they left... I started getting odd internet connection. It would turn on and off by itself... one time my computer just crashed and the blue screen saying that it crashed had a glitch on it.... when they came back from holidays a family member that is good with computers had a look into it... he said the router password had been changed that they even had access to a security camera... at first we didn't put any blames on anyone ... but as time went on we noticed that it was my devices that were causing this... we checked and there are no viruses but it still occurs...
I wanna clear out that one things I do is that I run a website about research ... I started researching intelligence agencies FOIA documents about a year ago... and from the timing I'm not sure if it has anything to do with that... I remember once when all was fine for 3 days the wifi shut down when I exactly opened one of those files ... and then after we encrypted everything on the router after a week we started getting the first same symptoms.... the internet speed runs fine... but something blocks my devices access to the internet .... do you guys have any clues? Because it's been 4 weeks now ... and there are no threats no asking for money ... nothing just something that seems to lurk at our internet activity...
submitted by /u/No_Efficiency939
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Was I hacked?
Hi everyone, for the past 4 weeks my internet has been acting up... the people in my house left for holidays so I was alone here for 2 weeks... a few days after they left... I started getting odd internet connection. It would turn on and off by itself... one time my computer just crashed and the blue screen saying that it crashed had a glitch on it.... when they came back from holidays a family member that is good with computers had a look into it... he said the router password had been changed that they even had access to a security camera... at first we didn't put any blames on anyone ... but as time went on we noticed that it was my devices that were causing this... we checked and there are no viruses but it still occurs...
I wanna clear out that one things I do is that I run a website about research ... I started researching intelligence agencies FOIA documents about a year ago... and from the timing I'm not sure if it has anything to do with that... I remember once when all was fine for 3 days the wifi shut down when I exactly opened one of those files ... and then after we encrypted everything on the router after a week we started getting the first same symptoms.... the internet speed runs fine... but something blocks my devices access to the internet .... do you guys have any clues? Because it's been 4 weeks now ... and there are no threats no asking for money ... nothing just something that seems to lurk at our internet activity...
submitted by /u/No_Efficiency939
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Was I hacked?
Hi everyone, for the past 4 weeks my internet has been acting up... the people in my house left for holidays so I was alone here for 2 weeks... a...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Behind the Bug: Password reset poisoning
https://cdn-images-1.medium.com/max/1431/1*x1gFjW6yVZGpKwpFYd7_GA.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Behind the Bug: Password reset poisoning
https://cdn-images-1.medium.com/max/1431/1*x1gFjW6yVZGpKwpFYd7_GA.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Behind the Bug: Password reset poisoning
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackThisSite Realistic Mission 16
https://cdn-images-1.medium.com/max/700/0*b3JWYRqYUjpZ3MdO.jpg
After realistic mission 15 hurt my brain so badly and killed my sleep for that night (I stayed up way to late heads down on that mission…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HackThisSite Realistic Mission 16
https://cdn-images-1.medium.com/max/700/0*b3JWYRqYUjpZ3MdO.jpg
After realistic mission 15 hurt my brain so badly and killed my sleep for that night (I stayed up way to late heads down on that mission…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HackThisSite Realistic Mission 16
After realistic mission 15 hurt my brain so badly and killed my sleep for that night (I stayed up way to late heads down on that mission…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
200 ETH Worth of Bored Ape Yacht Club NFTs Stolen in Discord Server Hack — Aspen Market Daily
https://cdn-images-1.medium.com/max/1068/1*lpuegkxCk3Y-NGwAyHzQjQ.png
Daily Market Wrap
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
200 ETH Worth of Bored Ape Yacht Club NFTs Stolen in Discord Server Hack — Aspen Market Daily
https://cdn-images-1.medium.com/max/1068/1*lpuegkxCk3Y-NGwAyHzQjQ.png
Daily Market Wrap
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
200 ETH Worth of Bored Ape Yacht Club NFTs Stolen in Discord Server Hack — Aspen Market Daily
Daily Market Wrap
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackThisSite JavaScript Mission 1
https://cdn-images-1.medium.com/max/700/0*QmnEvU35nfq66D0o.jpg
Alright this is going to most likely be the last set of missions I do on this site, but always fun to play around with some JavaScript. If…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HackThisSite JavaScript Mission 1
https://cdn-images-1.medium.com/max/700/0*QmnEvU35nfq66D0o.jpg
Alright this is going to most likely be the last set of missions I do on this site, but always fun to play around with some JavaScript. If…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HackThisSite JavaScript Mission 1
Alright this is going to most likely be the last set of missions I do on this site, but always fun to play around with some JavaScript. If…
Could someone explain to me the function of these nodes? Only appears when using anonsurf on parrot, regardless of wifi card switched on/off. Gateways/entry nodes to connect to the tor servers i'm assuming? Seems a little sus right now cuz naivity, haven't been using for opsec purposes
https://www.reddit.com/r/Pentesting/comments/v5wdge/could_someone_explain_to_me_the_function_of_these/
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/v5wdge/could_someone_explain_to_me_the_function_of_these/
___________________________
@hacking_Attack
@Hacking_Video
reddit
Could someone explain to me the function of these nodes? Only...
Posted in r/Pentesting by u/Away_Worldliness4617 • 6 points and 2 comments