Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K photos
15 videos
157 files
132K 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
Why aren't there more big (groundbreaking) hacks?

Considering there must be malicious hackers out there with the tools and skill, why are there frequent BIG hacks, like banks being electronically robbed, or blackouts being triggered maliciously, or secretive government documents being leaked? I'm aware they sound very cinematic and unrealistic, but surely they are possible, so why do they never happen?

submitted by /u/archibaldoctavius
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Possible?

Someone has some explicit photos of me on their phone and threatening me into ruining my life with them. Is there ANYBODY or any app or SOMETHING to access his photos on iphone and delete them?!?!? I only have his number and location. Please anybody

submitted by /u/pls_helpmenow
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
How Attacker could have suffocated the company staff

Background:Continue reading on Medium »
Read more...
Easily expand your attack surface on a local network by discovering more hosts, via SSH. Using a machine running a SSH (https://www.kitploit.com/search/label/SSH) service, Puwr uses a given subnet (https://www.kitploit.com/search/label/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/24 If you need to connect through a port other than 22, use the -p flag. (example: -p 2222)
If you want to keep quiet, use the -s flag to wait specified seconds between request. (example: -s 5)
Use the -h flag 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 paramiko Disclaimer Note this script is purley just a small enumeration (https://www.kitploit.com/search/label/Enumeration) script, and does not directly attack any found devices on the network. Wether you decide to remain persistence (https://www.kitploit.com/search/label/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 (https://github.com/Xeonrx/Puwr)

___________________________
@hacking_Attack
@Hacking_Video