Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K 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
Can anyone tell me more about NB65?

Looking for any information about the origin of this group. My sense is that it is basically a group of people (or maybe a single person) that basically started as a reaction to the war in Ukraine. I guess my question for you in-the-knowers would be: - Any history for this group prior to early-mid feb? - Are these hacks feasible without significant capital being involved? (Another way of asking if there might be state involvement) - Is it possible that these “hacks” are fake? Huge propaganda value so I think it’s a fair question. - Do we have any read on where these individuals might be located?

Any additional interesting info is definitely welcome. I’m researching this as part of a much larger fictional story.

The possibility of a very covertly state or multi-state sponsored hacking group is a very interesting plot point to me. That’s almost certainly the approach I’d be taking . Any examples of that would also be helpful. Im also interested in how the “hacked” party might be able to realistically identify if a specific hack has state ties. Feel free to speak in full technical lingo, I can do my research.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
An Interesting Article Concerning History

An article from Gizmodo about where two from The Inner Circle are doing today.

From The Inner Circle

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
horsex5? is there such thing?

Is there any tool/software/exploit/script/language or something by that name? supposedly to aide in the linking of emails to accounts of some sites. I say is BS, but well, I may be wrong.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Threat intelligence reports?

Does anyone have a good monthly or weekly threat intelligence report source? Trying to do more threat Intel work

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
HaccTheHub - Open Source Self-Hosted Cyber Security Learning Platform

https://blogger.googleusercontent.com/img/a/AVvXsEgt3A6sqQujXHGK0mJDt3xJFlItEGEBDR59PKduk63V63aaKn-3yqcXqCRBgp0Ce8UtYnOizvlnqfsookP4lxVwW8B1gvGiYmtU06Kp-LE3psbwY5KIJkZcu8tSRnHoDfIzL7m3iK-8Q9JfLzrtL2r6ciWEX3ynqhJf5D37-w9PehTSBhHwY8J2lfOP=w400-h400 Open source self-hosted cyber security learning platform About The Projecthttps://blogger.googleusercontent.com/img/a/AVvXsEjJ2o8icTol11dStT11yOJGlfVv_QvBM3lfs0L9Z0TGhS_J3117Gykmu9PidmDEAw0G7rIqArVxFBpC-EjWoLfq48w6fnU3BV0LW1lAYXwv5r15caHgdQqJQhFpFDH9JcMWOSa8HgdpFpXkxYzIw8XQI33tTprqNNmFKq8ufW2165T4JfM0wVSKzr3R=w640-h360 HaccTheHub is an open source project that provides cyber security

The HaccTheHub system consists of 3 main parts:

* Docker: containing all of the boxes creating the environment in which we'll be learning on.
* The backend: controlling Docker and responsible for starting/destroying indivisual box in the system and managing the networking that joins them into a unified system.
* The frontend: GUI for the user to interact with the system via their web browser. Built With* Flask-RESTX
* Next.js Getting StartedTo get HaccTheHub up and running, you would need to setup the followings Prerequisites* Docker (refer to Docker's Documentation for setup)
* Python 3 (Download) or just install python3from your package manager.
* Node.js 16 (Download) or use your package manager Installation1. Clone the repo git clone https://github.com/J4FSec/HaccTheHub.git1. Install dependencies for the backend cd HaccTheHub/backend
python3 -m pip install -r requirements.txt
1. And dependencies for the frontend cd ../client
npm install
Usage1. Start up Docker
2. Start the backend cd ../backend
python3 main.py
1. And the frontend cd ../client
npm start
The WebUI should now be accessible via http://localhost:8080. ContributingAny contributions are much appreciated. If you have a suggestion, please fork the repo and create a pull request. You can also open an issue with the tag enhancement.

1. Fork the project
2. Create a new branch for the new feature (git checkout -b feature/EpicFeature)
3. Commit your changes (git commit -m "Add EpicFeature")
4. Push to the branch (git push origin feature/EpicFeature)
5. Open a pull request. LicenseDistributed under the GNU Affero General Public License v3.0. See LICENSEfor more information. Authors* Dong Duong (@Cu64) - dongduongdev@gmail.com
* watch-dog-man (@watch-dog-man) Contributors* @Nehozun - Completely re-made the frontend. We'd be lost without him. AcknowledgementDownload HaccTheHub

___________________________
@hacking_Attack
@Hacking_Video
HaccTheHub - Open Source Self-Hosted Cyber Security Learning Platform

Open source self-hosted cyber security learning platform About The Project HaccTheHub is an open source project that provides cyber security The HaccTheHub system consists of 3 main parts: Docker: containing all of the boxes creating the environment in which we'll be learning on. The backend: controlling Docker and responsible for starting/destroying indivisual box in the system and managing the networking that joins them into a unified system. The frontend: GUI for the user to interact with the system via their web browser. Built With Flask-RESTX Next.js Getting Started To get HaccTheHub up and running, you would need to setup the followings Prerequisites Docker (refer to Docker's Documentation for setup) Python 3 (Download) or just install python3 from your package manager. Node.js 16 (Download) or use your package manager Installation Clone the repo git clone https://github.com/J4FSec/HaccTheHub.git Install dependencies for the backend cd HaccTheHub/backendpython3 -m pip install -r requirements.txt And dependencies for the frontend cd ../clientnpm install Usage Start up Docker Start the backend cd ../backendpython3 main.py And the frontend cd ../clientnpm start The WebUI should now be accessible via http://localhost:8080. Contributing Any contributions are much appreciated. If you have a suggestion, please fork the repo and create a pull request. You can also open an issue with the tag enhancement. Fork the project Create a new branch for the new feature (git checkout -b feature/EpicFeature) Commit your changes (git commit -m "Add EpicFeature") Push to the branch (git push origin feature/EpicFeature) Open a pull request. License Distributed under the GNU Affero General Public License v3.0. See LICENSE for more information. Authors Dong Duong (@Cu64) - dongduongdev@gmail.com watch-dog-man (@watch-dog-man) Contributors @Nehozun - Completely re-made the frontend. We'd be lost without him. Acknowledgement Download HaccTheHub
Read more...

___________________________
@hacking_Attack
@Hacking_Video
HaccTheHub is an open source project that provides cyber security The HaccTheHub system consists of 3 main parts: Docker: containing all of the boxes creating the environment in which we'll be learning on. The backend: controlling Docker and responsible for starting/destroying indivisual box in the system and managing the networking (https://www.kitploit.com/search/label/Networking) that joins them into a unified system. The frontend: GUI for the user to interact with the system via their web browser. Built With Flask-RESTX (https://github.com/python-restx/flask-restx) Next.js (https://nextjs.org/) Getting Started To get HaccTheHub up and running, you would need to setup the followings Prerequisites Docker (refer to Docker's Documentation (https://docs.docker.com/get-docker/) for setup) Python 3 (Download (https://www.python.org/downloads/)) or just install python3 from your package manager. Node.js 16 (Download (https://nodejs.org/en/download/)) or use your package manager (https://nodejs.org/en/download/package-manager/) Installation Clone the repo git clone https://github.com/J4FSec/HaccTheHub.git Install dependencies for the backend cd HaccTheHub/backend
python3 -m pip install -r requirements.txt And dependencies for the frontend cd ../client
npm install Usage Start up Docker Start the backend cd ../backend
python3 main.py And the frontend cd ../client
npm start
The WebUI should now be accessible via http://localhost:8080 (http://localhost:8080/). Contributing Any contributions are much appreciated. If you have a suggestion, please fork the repo and create a pull request. You can also open an issue with the tag enhancement. Fork the project Create a new branch for the new feature (git checkout -b feature/EpicFeature) Commit your changes (git commit -m "Add EpicFeature") Push to the branch (git push origin feature/EpicFeature) Open a pull request. License Distributed under the GNU (https://www.kitploit.com/search/label/GNU) Affero General Public License v3.0. See LICENSE for more information. Authors Dong Duong (@Cu64 (https://github.com/Cu64/)) - dongduongdev@gmail.com (mailto:dongduongdev@gmail.com) watch-dog-man (@watch-dog-man (https://github.com/watch-dog-man)) Contributors @Nehozun (https://github.com/Nehozun) - Completely re-made the frontend. We'd be lost without him. Acknowledgement

Download HaccTheHub (https://github.com/J4FSec/HaccTheHub)

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Most Cybersecurity Vendors at Risk Due to Internet-Exposed IT Assets

Study shows more than 97% have exposed assets on AWS — among a wide range of other issues.