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
How to use Metasploit to save tons of time

Metasploit is a powerful tool that is used by ethical hackers to find vulnerabilities on networks and servers. It helps to find the weak…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Does NP in GetNPUsers stand for Non-Preauth?

I believe SPN in GetUserSPNs stands for "Service Principal Names" as this tool is used to find Service Principal Names that are associated with normal user account.

https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetUserSPNs.py

Then, I've also looking at impacket GetNPUsers and wondering what is the meaning of NP in it's name?

https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetNPUsers.py

Does NP stand for Non-Preauth as the technique attempt to harvest the non-preauth AS_REP responses?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
zune 30gb

are there anything i can do with a 30gb zune other then turning the zune in to a portable hdd ?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How does a TPM actually protect you?

Sorry if this counts as off topic, but i guess hackers knows the most about how to also protect yourself from hackers.

To me it sounds like a TPM serves no purpose unless your computer gets physically stolen, but i'm pretty sure that's wrong, so i have to ask. I know the TPM 2.0 can be used for DRM purposes with win11. And i know its used in some way with the BitLocker and secure boot, making so you cant usb- / remote boot, like for adding admin accounts and stuff. But i don't know much else.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Metasploit....

So I'm a bit new to metasploit , I used to use metasploit across networks using ngrok for port forwarding as my isp doesnt support it. recently , ngrok got banned by most isps in my country , I was wondering if there were any other alternatives to ngrok . and if not help me out with a solution

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
New Linux malware hides in cron jobs with invalid dates

https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png New Linux malware hides in cron jobs with invalid datesPost Views: 181
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/BF2.gif
Reading Time: 1 Minute
Security researchers have discovered a new remote access trojan (RAT) for Linux that keeps an almost invisible profile by hiding in tasks scheduled for execution on a non-existent day, February 31st.
Dubbed CronRAT, the malware is currently targeting web stores and enables attackers to steal credit card data by deploying online payment skimmers on Linux servers.

Characterized by both ingenuity and sophistication, as far as malware for online stores is concerned, CronRAT is undetected by many antivirus engines. Clever hideout for payloadsCronRAT abuses the Linux task scheduling system, cron, which allows scheduling tasks to run on non-existent days of the calendar, such as February 31st.

The Linux cron system accepts date specifications as long as they have a valid format, even if the day does not exist in the calendar – which means that the scheduled task won’t execute.

This is what CronRAT relies on to achieve its stealth. A report today from Dutch cyber-security company Sansec explains that it hides a “sophisticated Bash program” in the names of the scheduled tasks.
See Also: Complete Offensive Security and Ethical Hacking Course
“The CronRAT adds a number of tasks to crontab with a curious date specification: 52 23 31 2 3. These lines are syntactically valid, but would generate a run time error when executed. However, this will never happen as they are scheduled to run on February 31st,” Sansec Researchers explain.
https://www.bleepstatic.com/images/news/u/1100723/2021/CronRAT-payload.png
The payloads are obfuscated via multiple layers of compression and Base64 encoding. Cleaned up, the code includes commands for self-destruction, timing modulation, and a custom protocol that allows communication with a remote server.

The researchers note that the malware contacts a command and control (C2) server (47.115.46.167) using an “exotic feature of the Linux kernel that enables TCP communication via a file.”

Furthermore, the connection is done over TCP via port 443 using a fake banner for the Dropbear SSH service, which also helps the malware stay under the radar.

After contacting the C2 server, the disguise falls, sends and receives several commands, and gets a malicious dynamic library. At the end of these exchanges, the attackers behind CronRAT can run any command on the compromised system.

CronRAT has been found on multiple stores across the world, where it was used to inject on the server scripts that steal payment card data – the so-called Magecart attacks.
See Also: New Windows zero-day with public exploit lets you become an admin Sansec describes the new malware as “a serious threat to Linux eCommerce servers,” due to its capabilities:

* Fileless execution
* Timing modulation
* Anti-tampering checksums
* Controlled via binary, obfuscated protocol
* Launches tandem RAT in separate Linux subsystem
* Control server disguised as “Dropbear SSH” service
* Payload hidden in legitimate CRON scheduled task names

All these features make CronRAT virtually undetectable. On VirusTotal scanning service, 12 antivirus engines were unable to process the malicious file and 58 of them did not detect it as a threat.
See Also: Offensive Security Tools: Awesome Bug Bounty Tools https://www.bleepstatic.com/images/news/u/1100723/2021/CronRAT-undetect.jpg
Sansec notes that CronRAT’s novel execution technique also bypassed i[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking New Linux malware hides in cron jobs with invalid dates https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png New Linux malware hides in cron jobs with invalid datesPost Views: 181 https://ww…
ts detection algorithm, eComscan, and the researchers had to rewrite it in order to catch the new threat.
See Also: Hacking stories – Operation Troy – How researchers linked the cyberattacks Source: www.bleepingcomputer.com (Click Link)https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/Untitled-design.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/Microsoft-Vulnerability-RCE-MSHTML-90x90.jpg Hackers exploit Microsoft MSHTML bug to steal Google, Instagram creds1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/windows-hacking-90x90.jpg Malware now trying to exploit new Windows Installer zero-day2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/https___specials-images.forbesimg.com_imageserve_503493618_Green-binary-code-on-screen-with-Zero-Day-highlighted-in-red-as-viewed-under-a_960x0-90x90.jpg New Windows zero-day with public exploit lets you become an admin3 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/ezgif.com-gif-maker-2-90x90.jpg Microsoft Exchange servers hacked in internal reply-chain attacks4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/slembunk-android-banking-trojan-targets-31-banks-across-the-world-497808-3-90x90.jpg Android malware BrazKing returns as a stealthier banking trojan1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/redcurl-90x90.jpg RedCurl corporate espionage hackers resume attacks with updated tools1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/ezgif.com-gif-maker-1-1-90x90.jpg WordPress sites are being hacked in fake ransomware attacks1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/ECS-Instance-Types-90x90.png Alibaba ECS instances actively hijacked by cryptomining malware1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/ezgif.com-gif-maker-1-90x90.jpg QBot returns for a new wave of infections using Squirrelwaffle2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/face-malware-virus-infected-red-network-90x90.jpg BotenaGo botnet targets millions of IoT devices with 33 exploits2 weeks ago
The post New Linux malware hides in cron jobs with invalid dates first appeared on Black Hat Ethical Hacking.

___________________________
@hacking_Attack
@Hacking_Video
My First Bug Bounties — $100 For Twenty Minutes of Work

I just thought I would share my first success with the whole Bug Bounty thing. To be honest it wasn’t as glorious as a lot of other…Continue reading on Medium »
Read more...