Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K 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
Would like to learn about malware and how it is implemented

I'm just about completely new to hacking/cybersecurity- related affairs and would like to learn about malware, mainly Trojan horses and specifically those that plant cryptocurrency miners or perhaps ransomware. How do these work, where can they be found, how are they implemented and is it legal to possess them? If possible, please explain in simple terms.

P.S.: I feel like I should add that this is just for fun and to satisfy my curiosity, not for malicious or criminal reasons

Thank you for your help!

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

___________________________
@hacking_Attack
@Hacking_Video
Free range internal pen testing
https://www.reddit.com/r/Pentesting/comments/w4szyj/free_range_internal_pen_testing/

My boss told me that he wants to see what a hacker could potentially do to our network in a real setup. Basically said he'd like me to use my workstation, regular user account and try to own the network. I am not experienced pen tester (he's aware). As long as I don't shut systems down or cause negative impacts I should be fine. My OS is windows 10. Installing software is pretty restricted through AD & carbon black policies. Where would you start in my position and what would you do next? NOTE: my boss and I both know the best option is to hire an experienced pen tester. That's not in doubt here. Edit: I am security analyst and have been learning pen testing foundations for some time now. Practicing with tryhackme and vulnerable VMs. submitted by /u/AccomplishedRush4869 (https://www.reddit.com/user/AccomplishedRush4869)
[link] (https://www.reddit.com/r/Pentesting/comments/w4szyj/free_range_internal_pen_testing/) [comments] (https://www.reddit.com/r/Pentesting/comments/w4szyj/free_range_internal_pen_testing/)

___________________________
@hacking_Attack
@Hacking_Video
What certifications do you need to become a pen tester?
https://www.reddit.com/r/Pentesting/comments/w4uvtt/what_certifications_do_you_need_to_become_a_pen/

Let’s say if someone wants to become a pen tester, can they become one if they have there OSCP certificate, and if they practice the hack the box academy/try hack me/ Virtual Hacking Labs exercises for 3 to 6 months?What other certifications do you need to become a pen tester? What are the stages of pen testing? And can someone become a pen tester if they have ADHD? submitted by /u/ELIDAL99 (https://www.reddit.com/user/ELIDAL99)
[link] (https://www.reddit.com/r/Pentesting/comments/w4uvtt/what_certifications_do_you_need_to_become_a_pen/) [comments] (https://www.reddit.com/r/Pentesting/comments/w4uvtt/what_certifications_do_you_need_to_become_a_pen/)

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Mysterious, Cloud-Enabled macOS Spyware Blows Onto the Scene

The CloudMensis spyware, which can lift reams of sensitive information from Apple machines, is the first Mac malware observed to exclusively rely on cloud storage for C2 activities.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Dr. Fone 4.0.8 Unquoted Service Path

https://4.bp.blogspot.com/-xJ4j9VfFswY/WWlvOf_vUlI/AAAAAAAAIMo/D1-kp_Mj10E1aNmsGMS5n6nKC28DofOXwCLcBGAs/s1600/h25.png
Dr. Fone version 4.0.8 suffers from an unquoted service path vulnerability.

SHA-256 | a395c8c5023e9fa3ade5d03f2adda3d54bb86b40825eb131695b52008175f74a

Download
# Exploit Title: Dr. Fone v4.0.8- 'net_updater32.exe' Unquoted Service Path
# Discovery Date: 2022-05-07
# Discovery by: Esant1490
# Vendor Homepage: https://drfone.wondershare.net
# Software Link : https://download.wondershare.net/drfone_full4008.exe
# Tested Version: 4.0.8
# Tested on OS: Windows 10 Pro x64 en
# Vulnerability Type: Unquoted Service Path

# Find the discover Unquoted Service Path Vulnerability:

C:\>wmic service get name,displayname,pathname,startmode |findstr /i "auto"
|findstr /i /v "C:\Windows\\" |findstr /i /v """

Wondershare Install Assist Service Wondershare InstallAssist
C:\ProgramData\Wondershare\Service\InstallAssistService.exe Auto

Wondershare Application Framework Service WsAppService C:\Program Files
(x86)\Wondershare\WAF\2.4.3.243\WsAppService.exe Auto
Wondershare Application Update Service 3.0

WsAppService3 C:\Program Files
(x86)\Wondershare\WAF3\3.0.0.308\WsAppService3.exe Auto

Wondershare Driver Install Service WsDrvInst C:\Program Files
(x86)\Wondershare\drfone\Addins\Unlock\DriverInstall.exe Auto

# Service info:

C:\>sc qc WsDrvInst
[SC] QueryServiceConfig CORRECTO

NOMBRE_SERVICIO: WsDrvInst
TIPO : 10 WIN32_OWN_PROCESS
TIPO_INICIO : 2 AUTO_START
CONTROL_ERROR : 1 NORMAL
NOMBRE_RUTA_BINARIO: C:\Program Files
(x86)\Wondershare\drfone\Addins\Unlock\DriverInstall.exe
GRUPO_ORDEN_CARGA :
ETIQUETA : 0
NOMBRE_MOSTRAR : Wondershare Driver Install Service
DEPENDENCIAS : RPCSS
NOMBRE_INICIO_SERVICIO: LocalSystem

#Exploit:

A successful attempt to exploit this vulnerability could allow to execute
code during startup or reboot with the elevated privileges.


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video