Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
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:
# 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
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
CommandExplanationhelpShows the help menu^C or exitExits the shelllistlists all connected clients with their according indexselect start shell with client
Client Shell Commands
CommandExplanationhelpShows 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
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