Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: Obedient cat
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
picoCTF write up: Obedient cat
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
picoCTF write up: Obedient cat
Note: You should not copy flag from here just find one by following steps mentioned here.
hacking: security in practice
[TCP Reset attack] how to set the sequence number directly with nping?
To attack a telnet connection, it takes to send the sequence number for a TCP Reset. But when I set the sequence number with:
the sequence number is absolutely not the one I've typed. To ensure the attack passes, I need to compute the following:
Would you know how to set the sequence number directly?
submitted by /u/thomasbbbb
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
[TCP Reset attack] how to set the sequence number directly with nping?
To attack a telnet connection, it takes to send the sequence number for a TCP Reset. But when I set the sequence number with:
# nping --tcp --flags rst -c1 --dest-ip server-ip -p 23 -S victim-ip -g victim-port --seq seqnumber-on-wireshark the sequence number is absolutely not the one I've typed. To ensure the attack passes, I need to compute the following:
2^32 - seqnumber-by-default-of-the-attacker + seqnumber-on-wireshark Would you know how to set the sequence number directly?
submitted by /u/thomasbbbb
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
[TCP Reset attack] how to set the sequence number directly with nping?
To attack a telnet connection, it takes to send the sequence number for a TCP Reset. But when I set the sequence number with: # nping --tcp...
KitPloit - PenTest Tools!
OffensiveRust - Rust Weaponization For Red Team Engagements
___________________________
@hacking_Attack
@Hacking_Video
OffensiveRust - Rust Weaponization For Red Team Engagements
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
OffensiveRust - Rust Weaponization For Red Team Engagements
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Tor-Rootkit : A Python 3 Standalone Windows 10 / Linux Rootkit Using Tor
Tor-Rootkit is a Python 3 standalone Windows 10 / Linux Rootkit. The networking communication get’s established over the tor network.
How To Use
* Clone the repo and change directory:
git clone https://github.com/emcruise/TorRootkit.git
cd ./tor-rootkit
Build docker container:
docker build -t listener .
Run docker container:
docker run -v $(pwd)/executables:/executables/ -it listener
Deploy the executables: When the listener is up and running it generates a “executables” directory containing different payloads for different plattforms.
TorRootkit/
│ …
└ executables/
Note: The client can take some time to connect because PyInstaller executables are a bit slower and it need’s to start tor.
Features
* Standalone executables for Windows and Linux, including python interpreter and tor
* the whole communication works over tor hidden services which guarantees some degree of anonymity
* The Listener can handle multiple clients
* The Listener generates payloads for different platforms on startup
Listener Shell Commands
CommandExplanation
Client Shell Commands
CommandExplanation
Download
___________________________
@hacking_Attack
@Hacking_Video
Tor-Rootkit : A Python 3 Standalone Windows 10 / Linux Rootkit Using Tor
Tor-Rootkit is a Python 3 standalone Windows 10 / Linux Rootkit. The networking communication get’s established over the tor network.
How To Use
* Clone the repo and change directory:
git clone https://github.com/emcruise/TorRootkit.git
cd ./tor-rootkit
Build docker container:
docker build -t listener .
Run docker container:
docker run -v $(pwd)/executables:/executables/ -it listener
Deploy the executables: When the listener is up and running it generates a “executables” directory containing different payloads for different plattforms.
TorRootkit/
│ …
└ executables/
Note: The client can take some time to connect because PyInstaller executables are a bit slower and it need’s to start tor.
Features
* Standalone executables for Windows and Linux, including python interpreter and tor
* the whole communication works over tor hidden services which guarantees some degree of anonymity
* The Listener can handle multiple clients
* The Listener generates payloads for different platforms on startup
Listener Shell Commands
CommandExplanation
helpShows the help menu^C or exitExits the shelllistlists all connected clients with their according indexselect start shell with client Client Shell Commands
CommandExplanation
helpShows the help menu^C or exitExits the client shell and returns to listener shellos Executes a command in the clients shell and returns the outputbackgroundKeeps the connection to a client and returns to listener Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Tor-Rootkit : A Python 3 Standalone Windows 10 / Linux Rootkit Using Tor
Tor-Rootkit is a Python 3 standalone Windows 10 / Linux Rootkit. The networking communication get's established over the tor network.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: Mod 26
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
picoCTF write up: Mod 26
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
picoCTF write up: Mod 26
Note: You should not copy flag from here just find one by following steps mentioned here.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: Python Wrangling
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
picoCTF write up: Python Wrangling
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
picoCTF write up: Python Wrangling
Note: You should not copy flag from here just find one by following steps mentioned here.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: Wave a flag
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
picoCTF write up: Wave a flag
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
picoCTF write up: Wave a flag
Note:
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
mhz_cxf: c1f Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/752/0*7IwLSILHKd25FfCo.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
mhz_cxf: c1f Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/752/0*7IwLSILHKd25FfCo.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
mhz_cxf: c1f Vulnhub Walkthrough
Makineyi indirebilirsiniz.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Removing the mask from the July attacker (part 1)
https://cdn-images-1.medium.com/max/612/1*_pGS8nUteWGqOk5TuIttDA.jpeg
The attack on DeFiPIE in July 2021 was carried out from 2 different addresses:
Continue reading on pieLABS »
___________________________
@hacking_Attack
@Hacking_Video
Removing the mask from the July attacker (part 1)
https://cdn-images-1.medium.com/max/612/1*_pGS8nUteWGqOk5TuIttDA.jpeg
The attack on DeFiPIE in July 2021 was carried out from 2 different addresses:
Continue reading on pieLABS »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Removing the mask from the July attacker (part 1)
The attack on DeFiPIE in July 2021 was carried out from 2 different addresses:
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is the Dark Web?
https://cdn-images-1.medium.com/max/2600/0*C1V7-4B7kTrQsLvM
The dark web is stereotypically thought of as a dangerous and illegal place only criminals go to. This stereotype could not be further from
Continue reading on CodeX »
___________________________
@hacking_Attack
@Hacking_Video
What is the Dark Web?
https://cdn-images-1.medium.com/max/2600/0*C1V7-4B7kTrQsLvM
The dark web is stereotypically thought of as a dangerous and illegal place only criminals go to. This stereotype could not be further from
Continue reading on CodeX »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What is the Dark Web?
The dark web is stereotypically thought of as a dangerous and illegal place only criminals go to. This stereotype could not be further from
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
How do some hackers manage to hack old Youtube channels?
Hello. Sorry if this is the wrong place for this question.
No, this is not me asking anybody of you for a tutorial or something to hack a Youtube channel, but Im rather curious about how some hackers manage to take over old Youtube channels and I obviously dont know a thing about hacking (hacking in the sense of the cyber security stuff)
Heres an example:
Recently, an old Youtube channel was hacked, which has been inactive for 10 years and the owner himself said that the email adress of that channel doesnt exist anymore and that he also forgot the password.
So what kind of exploit has been used here? It cant be a "human error" (dont know if its called like that) and that he accidentally gave his login details, because he doesnt remember them.
And while they could have cracked the password with brute force, I wonder how anyone could even go to the Log in screen of that channel, without having the email adress, which as the owner said doesnt exist anymore.
Idk if this is more of a Youtube related thing and I hope that this question is not out of place. Im aware that there cant be a clear solution to this, because I assume that there may be alot of answers to this question, but Im wondering about some possible ways one could have been able to get into a Youtube account that doesnt even have an existing email adress.
https://www.youtube.com/user/mariofan888
Is the channel in question.
Have a nice day and please be a bit nice. As you can clearly see, I dont know much.
submitted by /u/Eliotisnotconfused
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How do some hackers manage to hack old Youtube channels?
Hello. Sorry if this is the wrong place for this question.
No, this is not me asking anybody of you for a tutorial or something to hack a Youtube channel, but Im rather curious about how some hackers manage to take over old Youtube channels and I obviously dont know a thing about hacking (hacking in the sense of the cyber security stuff)
Heres an example:
Recently, an old Youtube channel was hacked, which has been inactive for 10 years and the owner himself said that the email adress of that channel doesnt exist anymore and that he also forgot the password.
So what kind of exploit has been used here? It cant be a "human error" (dont know if its called like that) and that he accidentally gave his login details, because he doesnt remember them.
And while they could have cracked the password with brute force, I wonder how anyone could even go to the Log in screen of that channel, without having the email adress, which as the owner said doesnt exist anymore.
Idk if this is more of a Youtube related thing and I hope that this question is not out of place. Im aware that there cant be a clear solution to this, because I assume that there may be alot of answers to this question, but Im wondering about some possible ways one could have been able to get into a Youtube account that doesnt even have an existing email adress.
https://www.youtube.com/user/mariofan888
Is the channel in question.
Have a nice day and please be a bit nice. As you can clearly see, I dont know much.
submitted by /u/Eliotisnotconfused
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How do some hackers manage to hack old Youtube channels?
Hello. Sorry if this is the wrong place for this question. No, this is not me asking anybody of you for a tutorial or something to hack a Youtube...