Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
Dark Reading: Attacks/Breaches
Google Launches Security Advisory Service, Security to Workspaces

Internet giant aims to help companies use the cloud securely and adds more security features to its productivity workspaces to better compete with Microsoft.
Dark Reading: Attacks/Breaches
Oracle Cloud Joins ONUG Collaborative

ONUG Collaborative welcomes new members including Oracle Cloud, Sysdig, Wiz, Intuit, Adobe, Qualys, and F5.

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Why Choke-Point Analysis Is Essential in Active Directory Security

Defense should focus on high-value choke points first to ensure that their most critical assets are protected, before moving on to deal with other attack paths.
hacking: security in practice
New guy

Hello, I have been playing around with Kali Linux and learning terminal commands and beginner stuff. (Coming from Windows OS, very limited previous experience with Ubuntu)

I've learned how to go into monitor mode and send deauth packets and capture handshakes and whatnot in an attempt to crack a wifi password and the typical new guy stuff (I assume typical new guy stuff).

Anyways, I'm curious.. whats next? a) what kind of exploits / further attacks come after you crack a wifi password? Is the end goal of this attack to just use free wifi or to further penetrate a network? and b) what's next as far as progression.. what should I be playing with / focusing on next?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Guest WiFi

I'm not sure where to ask these questions, so if there is another sub better suited, please let me know.

1- Is it okay to connect Smart TV and other appliances on your WiFi? Does it make a difference if I use the Guest option? What's a safe but convenient way to do this?

2- Is it okay to provide WiFi password to trades (plumber for installation of a water leak detection system)?

I know the best way to do the latter is to just get the instructions and do it myself, or change the password later and I might do that. However, the password is already very long and randomly generated, so there is no way he would remember it. And I'm not trying to safeguard nuclear codes. Just trying to find a nice balance between convenience and security paranoia.

Thank you for any guidance.

submitted by /u/non-nominato
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
500$ Bug: Sensitive Data Exposure to Broken Access Control leads, How I able to take over any…

Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
Armageddon HackTheBox Walkthrough

We’ll look at another one of HackTheBox machines today, called “Armageddon.” It is an easy box targeting commonly found threat of using outdated plugins. In this box, old and vulnerable version of Drupal is showcased. We’d own the root user by targeting it. Here is the methodology. Penetration Testing Methodology· NmapVulnerability Analysis and Exploitation· Drupalgeddon2 RCE exploit to gain user shellPrivilege Escalation· Searching for mysql database credentials in default filesReconMachine’s IP was 10.129.48.89. The first step was to run nmap’s aggressive scan to look for open ports. As you can see a port 80 was found to be open.nmap -A  10.129.48.89https://blogger.googleusercontent.com/img/a/AVvXsEiIseJMMBSWNZIY_v8137CAhYplR3SCz5373lhxqSgZbTkFUrH_vTmX4-GRyivcJR2bU88jqe9wOEQS9qoRS9HvnABh17fCRNwHQM6voofL9NmLWOujHPOidqYq-bfyYgLE1cseZYn8kJzVtxM8RECvzA_zg7RwluCgn05YLuW1X9QSAOSccZAzeGC0FQ=s16000 On traversing the website on port 80, it seemed a CMS made website.Vulnerability Analysis and ExploitationWe knew that Drupal 7.X before 7.58 was vulnerable to various CVEs including CVE-2018-7600. Drupalgeddon2 exploit is developed to exploit Drupal’s form API and exploits insufficient input validation. You can refer the original repo here.Privilege EscalationGladly Metasploit had this exploit in the framework, so we just used that and spawned an interactive shell. On checking the current directory we saw the site installation files with necessary permissions to let us view the content.use exploit/unix/webapp/drupal_drupalgeddon2A basic ls let us view contents.___________________________
@hacking_Attack
@Hacking_Video