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
hacking: security in practice
Is NordVPN still good?

I just experienced my first DDOS, I was wondering if Nord is still good. How well it will keep me, my pc, and my ps4 protected.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Bug Hunting Automation

I'm worried about the problem of automation. Will vulnerabilities scanners based on neural networks replace human bug hunters? How good are current tools(e.g burpsuite pro's scanner) and how good do you think they could become in the future? I want to get into bug bounty hunting, but I'm very discouraged about automation tools.

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

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
In Security, Less Is More

Cut away everything that costs more attention, storage, or time than its impact is worth.
Dark Reading: Attacks/Breaches
Exposed Travis CI API Leaves All Free-Tier Users Open to Attack

Public Travis CI logs loaded with GitHub, AWS, Docker Hub account tokens, and other sensitive data could be leveraged for lateral cloud attacks.
Dark Reading: Attacks/Breaches
Kaiser Permanente Breach Exposes Data on 70K Patients

Employee email compromise potentially exposed patients' medical information, including lab test results and dates of services.
Dark Reading: Attacks/Breaches
CISA Recommends Organizations Update to the Latest Version of Google Chrome

Google last week reported seven vulnerabilities in the browser, four of which it rated as high severity.
Persistence by writing/reading shellcode from Event Log.
Usage The SharpEventPersist tool takes 4 case-sensitive parameters: -file "C:\path\to\shellcode.bin" -instanceid 1337 -source Persistence -eventlog "Key Management (https://www.kitploit.com/search/label/Management) Service". The shellcode is converted to hex (https://www.kitploit.com/search/label/Hex) and written to the "Key Management Service", event level is set to "Information" and source is "Persistence".
Run the SharpEventLoader tool to fetch shellcode from event log and execute it. Ideally this should be converted to a DLL (https://www.kitploit.com/search/label/DLL) and sideloaded on program start/boot.
Remember to change the Event Log name and instanceId in the loader, if not running with default values. Default values will leave the following artifact: A new key will be written to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Key Management Service named "Persistance". This new "Persistance" key will not have a provider GUID or TypesSupported which the default key "KmsRequests" have. This can be used to build detections.

Download SharpEventPersist (https://github.com/improsec/SharpEventPersist)

___________________________
@hacking_Attack
@Hacking_Video