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
SMB Negotiation Failure. What exactly does it mean and how can I fix it? I'm very new to using msfconsole and this has me stumped. I've followed YouTube videos and articles but they seem to have no issue at all.
https://www.reddit.com/r/Pentesting/comments/ri1uhm/smb_negotiation_failure_what_exactly_does_it_mean/

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
digital world.local: FALL Vulnhub Walkthrough

FALL (digitalworld.local: FALL) is a medium level machine created by Donavan for Vulnhub. This lab is appropriate for some experienced CTF players who wish to put their skills to the test in these environments. So, let's get going and figure out where to break things down into manageable pieces. Pentest MethodologyNetwork Scanning● nmap Enumeration● Abusing HTTPExploitation● FuzzingPrivilege Escalation● SSHLevel: MediumNetwork Scanning192.168.1.7.-A) for open port enumeration and found the following ports as show in the given image.nmap -A 192.168.1.7According to the results of the nmap scan, this machine is running a wide range of services.EnumerationFirst, we'll attempt to use HTTP. Let's look at port 80 and see if anything notable comes up. We can instantly verify this in the browser because the Apache Server is listening on port 80. There is nothing special except that we discovered a user name "qiu".gobuster dir -u http://192.168.1.7 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x .html,.php,.txtAbove command will enumerate all file that has .html, .php, .txt extension.ExploitationI was clueless therefor I was doubtful with LFI thus I use FUZZ to identify existence of LFI by fuzzing for /etc/passwd file. With the help of following command I try to fuzz for missing Get parameter.ffuf -c -w /usr/share/seclists/Discovery/Web-Content/common.txt -u 'http://192.168.1.7/test.php?FUZZ=/etc/passwd' -fs 80https://blogger.googleusercontent.com/img/a/AVvXsEjjbVzCEy3LhPWlUmd02PDegybwEcZ2pIi96MkozPrz-iJDAOl726rKRaFKGb5WSe26x317[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Hacking Articles|Raj Chandel's Blog digital world.local: FALL Vulnhub Walkthrough FALL (digitalworld.local: FALL) is a medium level machine created by Donavan for Vulnhub. This lab is appropriate for some experienced CTF players who wish to put their skills…
htC0K1SIUKdT7qUfCHVhKc8BOUP5nqgevMdUO7Hmm9cKsKQpV9ns6QGfndx3sxUIRSU3Gfcngv6Ozk4nOGUR2mzNAksijFZefmArKEHU9IAVmNXJH3jYUw=s16000 We got 200 OK for “file” parameter that could be missing term. We use curl command to bring up /etc/passwd file of the remote machine.curl http://192.168.1.7/test.php?file=/etc/passwdhttps://blogger.googleusercontent.com/img/a/AVvXsEhK1LpNzM58EGdN07wS8rSmvWTJF1fhR-66GY2_IIRc6on_eAdhqaqLJSH4nM6mV3TolI0rmmpOBLmHb5ul5pEOjUy9wfIZVmWaGTSRF68Bk5PBIQiUZ0tk-iFYwBM0kes3XyS9PuIRFY9ZvsxnaqYYZkz3iSqJDfjYB1pty3KVy0aCe1BfuhBcHOzhLg=s16000 We can easily see that the user name "qiu" who has user account with higher privileges, and it also has bash authorization.qiuwith the help of curl command by exploiting LFI.curl http://192.168.1.7/test.php?file=/home/qiu/.ssh/id_rsahttps://blogger.googleusercontent.com/img/a/AVvXsEjiOlXZ5UFjdQMQwatWN5zizbR81VjA02WDypOtuNu9LOntDY0egU-T5M3gdiD9js0HMYnUuFwsKhT-KEGY90V9_xhxu_RBsWUSTRYk3y0wKM_tuzOgIzChwKxSlY2P8hC00dOZJ805Tt0Zyg4_8kJfZYeZQK_UxMkdq1HslB6hUO7Q4SE345SC4c9sCA=s16000 Let's try the SSH connection but first, we must save this key on our machine while granting the necessary permissions. So, let us begin the SSH login…nano sshkeyAfter successfully logging in to SSH, we began for privilege escalation.Privilege EscalationAll we have to do now is examine bash history and find some valuable information. cat .bash_historyWe obtained the user "qiu" password "remarkablyawesome," and we ran a sudo command to check this user's permissions. sudo -lThe user "qiu" was granted all of the necessary permissions to become root. We simply switch the user account and submit the password enumerated above.sudo suhttps://blogger.googleusercontent.com/img/a/AVvXsEj3gnCxBxyEsrvnNd6ZH6xb380yXdHRt7TZcH1atV6eOn-ltIyirjMiT68bFLz1xVGJK7xnZQTDBt6KnnJbY0kY5cjnC0isWqFbELDKwRpLuDgEVCCLxzS01IdoGavL4AgcW9ARWcTUnxmTHZYAkKkXNqVvTOB-g0Xyr-gkyp-WIBmDrPHYage1p_Q2Cg=s16000 This is how we can get to the heart of the machine. It was a fantastic exercise, and it was a lot of fun to root for. It is necessary to try one in order to comprehend various scenarios.Author: Shubham Sharma is a passionate Cybersecurity Researcher, contact LinkedInand Twitter.___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Why Log4j Mitigation Is Fraught With Challenges

The Log4j flaw exists in a component that is not always easy to detect and is widely used beyond an organization's own networks and systems.
hacking: security in practice
Some POS is stealing my brother’s content

This kid name @colesonairsoft has been stealing my brothers tiktok videos and reposting them for millions of views. My brother was decently successful with his videos but hasn’t been able to post since he’s at a special therapy school. Any way I could get some info of his just from his user name or anything to get it to stop.

submitted by /u/Vaultboy905
[link] [comments]
Sent by @TheFeedReaderBot

___________________________
@hacking_Attack
@Hacking_Video