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 Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Labtainers : A Docker-based Cyber Lab Framework

Labtainers include more than 50 cyber lab exercises and tools to build your own. Import a single VM appliance or install on a Linux system and your students are done with provisioning and administrative setup, for these and future lab exercises.

* Consistent lab execution environments and automated provisioning via Docker containers
* Multi-component network topologies on a modestly performing laptop computer
* Automated assessment of student lab activity and progress
* Individualized lab exercises to discourage sharing solutions

Labtainers provide controlled and consistent execution environments in which students perform labs entirely within the confines of their computer, regardless of the Linux distribution and packages installed on the student’s computer. Labtainers run on our [VM appliance][vm-appliancee], or on any Linux with Dockers installed. And Labtainers is available as cloud-based VMs, e.g., on Azure

See the Student Guide for installation and use, and the Instructor Guide for student assessment. Developing and customizing lab exercises is described in the Designer Guide. See the Papers for additional information about the framework. The Labtainers website, and downloads (including VM appliances with Labtainers pre-installed) are at https://nps.edu/web/c3o/labtainers.
Download

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How to find online friend's real name

I think my friend killed himself, and I really need to find his exact apartment number and real name so I can call the police to do a well-fare check on him. I have his snapchat and discord, but that's it. Does anyone know how I can find it? Thanks

submitted by /u/1llum1nat1onn
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
The beginning of my future...
https://www.reddit.com/r/Pentesting/comments/vyqwp7/the_beginning_of_my_future/

Hello reddit! Now I am 16 years old and in the future I want to become a "hacker" - pentester, because I see this world in the next 100 years as closely connected with information activities, at the moment I am starting this path with learning Python and I am serious about it. I would like you to help me with your advice and guidance. I would be grateful if there is a person who is already in this field and will become for me a kind of teacher who will help me along the way. ​ Thank you all, good vibes! And forgive me for my English - it's not my native language, good luck! :) submitted by /u/Lqont (https://www.reddit.com/user/Lqont)
[link] (https://www.reddit.com/r/Pentesting/comments/vyqwp7/the_beginning_of_my_future/) [comments] (https://www.reddit.com/r/Pentesting/comments/vyqwp7/the_beginning_of_my_future/)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Microsoft releases tweet-size exploit for macOS sandbox escape bug

Microsoft releases tweet-size exploit for macOS sandbox escape bugPost Views: 22 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/07/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 2 Minutes
Microsoft has published the exploit code for a vulnerability in macOS that could help an attacker bypass sandbox restrictions and run code on the system.

The company released the technical details for the security issue, which is currently identified as CVE-2022-26706, and explained how the macOS App Sandbox rules could be avoided to allow malicious macro code in Word documents to execute commands on the machine.

Abusing macros in Office documents to deploy malware has long been an efficient and popular technique to compromise Windows systems.

The same could be achieved on macOS machines lacking the proper security updates, Microsoft warns in a report today.
“Despite the security restrictions imposed by the App Sandbox’s rules on applications, it’s possible for attackers to bypass the said rules and let malicious codes “escape” the sandbox and execute arbitrary commands on an affected device” – Microsoft
Jonathan Bar Or of the Microsoft 365 Defender Research Team explains that the vulnerability was discovered while looking into methods to run and detect malicious macros in Microsoft Office documents on macOS.

To ensure backward compatibility, Microsoft Word can read and write files that come with the prefix “~$,” which is defined in the app’s sandbox rules.
https://www.bleepstatic.com/images/news/u/1100723/2022/MSWord-sandbox-rule.png
Exploit code in a tweetAfter studying older reports [1, 2] about escaping the macOS sandbox, the researchers found that using Launch Services to run an open –stdin command on a special Python file with the abovementioned prefix allows escaping the App Sandbox on macOS, potentially leading to compromising the system.

The researchers came up with a proof-of-concept (PoC) that used the -stdin option for the open Command on a Python file to bypass the “com.apple.quarantine” extended attribute restriction.

The demo exploit code is as simple as dropping a Python file that contains arbitrary commands and has in its name the special prefix for Word.

Using the open -stdin command starts the Python app with the specially crafted file as the standard input.

“Python happily runs our code, and since it’s a child process of launchd, it isn’t bound to Word’s sandbox rules,” Jonathan Or Bar explains.
https://www.bleepstatic.com/images/news/u/1100723/2022/macOS_SBX_Microsoft.png
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Microsoft releases tweet-size exploit for macOS sandbox escape bug Microsoft releases tweet-size exploit for macOS sandbox escape bugPost Views: 22 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/07/Patreon.png…
s about Cyber Security, Offensive Security (related to information security in general) that match with our specific audience and is worth sharing?

If you want to express your idea in an article contact us here for a quote: info@blackhatethicalhacking.com
Source: bleepingcomputer.com Source Link https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/07/Images_for_the_Website_posts-300x150.png Microsoft fixes dozens of Azure Site Recovery privilege escalation bugsJuly 13, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/FTDZNGKMCJPIDKR5RE7MSLIMB4-scaled-300x150.jpg News – new template postJuly 13, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/07/remotelyunlock-honda-1-1-300x150.jpg Hackers Say They Can Unlock and Start Honda Cars RemotelyJuly 12, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/07/ezgif.com-gif-maker-3-300x150.jpg Hackers Used Fake LinkedIn Job Offer to Hack Off $625M from Axie InfinityJuly 11, 2022
Reading Time: 4 minutes
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post Microsoft releases tweet-size exploit for macOS sandbox escape bug first appeared on Black Hat Ethical Hacking.

___________________________
@hacking_Attack
@Hacking_Video
Recon em ASN’s

Esse artigo visa demonstrar de forma básica o recon em ASN’s. Antes de entrarmos no assunto de recon em ASN’s, é preciso falar de alguns…Continue reading on Medium »
Read more...
hacking: security in practice
Blocked webs by isp

my isp has blocked many webs. tried changing DNS on my PC but it still doesn't open those websites. VPN does work but I am looking for a more permanent method.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
does anyone know how to get bypass or get rid of a password of a winrar archive?

my friend forgot his winrar password and he got important files in that file, could you give me some ideas? i found a program with a algorithm that is taking too long.

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

___________________________
@hacking_Attack
@Hacking_Video