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
how to control mobile through kali

As the title says how to control someone mobile without installing the oblivious app and giving permission like blind is there any way to do it without other getting know?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Find someone from California.

How can I find someone from California by an approximation of the birthday date and last name? I'm tring to find a friend I had but lost contact with, I know this isn't exactly hacking but I need help and didn't knew where to ask. Is there any official site that shows that information or something else I can use?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Find out the Admin Password?

Hi,

i have my work laptop and want to play some games on it while its easter.

I downloaded some games but if i try to run them, it always ask for the admin password of my company i guess.

How can i find it? Or change it? Will it be changed for the whole company and they will notice?



Man i just want to play some CSS, wtf

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

___________________________
@hacking_Attack
@Hacking_Video
Shhhloader is a SysWhispers (https://www.kitploit.com/search/label/SysWhispers) Shellcode Loader that is currently a Work in Progress. It takes raw shellcode as input and compiles a C++ stub that has been integrated with SysWhispers in order to bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed. The tool has been confirmed to successfully load Meterpreter (https://www.kitploit.com/search/label/Meterpreter) and a Cobalt Strike (https://www.kitploit.com/search/label/Cobalt%20Strike) beacon on fully updated systems with Windows Defender (https://www.kitploit.com/search/label/Windows%20Defender) enabled. The project itself is still in a PoC/WIP state, as it currently doesn't work with all payloads.
2/9/22 EDIT: Shhhloader now includes 5 different ways to execute your shellcode! See below for updated usage. Big thanks to @Snovvcrash (https://github.com/snovvcrash) and their DInjector (https://github.com/snovvcrash/DInjector) project for inspiration! I highly recommend taking a look at it for more information regarding the shellcode injection techniques and code that this tool is now based on. ┳┻|
┻┳|
┳┻|
┻┳|
┳┻| _
┻┳| •.•) - Shhhhh, AV might hear us!
┳┻|⊂ノ
┻┳|
usage: Shhhloader.py [-h] [-p explorer.exe] [-m QueueUserAPC] [-nr] [-v] [-d] [-o a.exe] file

ICYGUIDER'S CUSTOM SYSWHISPERS SHELLCODE LOADER

positional arguments:
file File containing raw shellcode

optional arguments:
-h, --help show this help message and exit
-p explorer.exe, --process explorer.exe
Process to inject into (Default: explorer.exe)
-m QueueUserAPC, --method QueueUserAPC
Method for shellcode execution (Options: ProcessHollow, QueueUserAPC,
RemoteThreadContext, RemoteThreadSuspended, CurrentThread) (Default: QueueUserAPC)
-nr , --no-randomize Disable syscall name randomization
-v, --verbose Enable debugging messages upon execution
-d, --dll-sandbox Use DLL based sandbox checks instead of the standard ones
-o a.exe, --outfile a.exe
Name of compiled file
Video Demo: https://www.youtube.com/watch?v=-KLGV_aGYbw Features: 5 Different Shellcode Execution Methods (ProcessHollow, QueueUserAPC, RemoteThreadContext, RemoteThreadSuspended, CurrentThread) PPID Spoofing Block 3rd Party DLLs Syscall Name Randomization XOR Encryption (https://www.kitploit.com/search/label/Encryption) with Dynamic Key Generation Sandbox Evasion via Loaded DLL Enumeration Sandbox Evasion via Checking Processors, Memory, and Time Tested and Confirmed Working on: Windows 10 21H1 (10.0.19043) Windows 10 20H2 (10.0.19042) Windows Server 2019 (10.0.17763) Scan Results as of 2/9/22 (x64 Meterpreter QueueUserAPC): https://antiscan.me/scan/new/result?id=tntuLnCkTCwz

___________________________
@hacking_Attack
@Hacking_Video
Greetz & Credit: Jthuraisamy for his amazing project SysWhispers: https://github.com/jthuraisamy/SysWhispers OutFlank for creating InlineWhispers (Mingw-w64 Compatible SysWhispers): https://github.com/outflanknl/InlineWhispers FalconForceTeam for their syscall generation tool that supports SysWhispers2: https://github.com/FalconForceTeam/SysWhispers2BOF Snovvcrash for their NimHollow project, which I used as a template for process hollowing: https://github.com/snovvcrash/NimHollow Snovvcrash again for their DInjector project, which I used as a template for many of the included injection techniques: https://github.com/snovvcrash/DInjector Cerbersec for their Ares project, whose code I used for PPID Spoofing, Blocking 3rd Party DLLs and Sandbox Evasion: https://github.com/Cerbersec/Ares

Download Shhhloader (https://github.com/icyguider/Shhhloader)

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Lazarus Targets Chemical Sector With 'Dream Jobs,' Then Trojans

Chemical companies are the latest to be targeted by the well-known North Korean group, which has targeted financial firms, security researchers, and technology companies in the past.
Dark Reading: Attacks/Breaches
Cloud Cost, Reliability Raise IT Concerns

IT professionals worry most about cloud security, but other questions arise about training, functionality, and performance.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Shhhloader - SysWhispers Shellcode Loader

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEpj6zC2rbdNRk-JxzZxduLs5BbTONEgrCYiEIZzAc7mg36QarcpvapSoZASoSWy4ZXGpTfgZx-NCEkxv9ISf3lueje58N4RYAXG3kXysVZufzInJmfKGCoZFZzAvIeKIhWoiyQosbCmnoTKAJoEMTkyfGG78CxS-8l88Zvs4mD8eSlUpnPYQHy9OT/w640-h278/Shhhloader.png Shhhloader is a SysWhispers Shellcode Loader that is currently a Work in Progress. It takes raw shellcode as input and compiles a C++ stub that has been integrated with SysWhispers in order to bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed.

The tool has been confirmed to successfully load Meterpreter and a Cobalt Strike beacon on fully updated systems with Windows Defender enabled. The project itself is still in a PoC/WIP state, as it currently doesn't work with all payloads.
2/9/22 EDIT: Shhhloader now includes 5 different ways to execute your shellcode! See below for updated usage. Big thanks to @Snovvcrash and their DInjector project for inspiration! I highly recommend taking a look at it for more information regarding the shellcode injection techniques and code that this tool is now based on. ┳┻|
┻┳|
┳┻|
┻┳|
┳┻| _
┻┳| •.•) - Shhhhh, AV might hear us!
┳┻|⊂ノ
┻┳|
usage: Shhhloader.py [-h] [-p explorer.exe] [-m QueueUserAPC] [-nr] [-v] [-d] [-o a.exe] file

ICYGUIDER'S CUSTOM SYSWHISPERS SHELLCODE LOADER

positional arguments:
file File containing raw shellcode

optional arguments:
-h, --help show this help message and exit
-p explorer.exe, --process explorer.exe
Process to inject into (Default: explorer.exe)
-m QueueUserAPC, --method QueueUserAPC
Method for shellcode execution (Options: ProcessHollow, QueueUserAPC,
RemoteThreadContext, RemoteThreadSuspended, CurrentThread) (Default: QueueUserAPC)
-nr , --no-randomize Disable syscall name randomization
-v, --verbose Enable debugging messages upon execution
-d, --dll-sandbox Use DLL based sandbox checks instead of the standard ones
-o a.exe, --outfile a.exe
Name of compiled file
Video Demo: https://www.youtube.com/watch?v=-KLGV_aGYbw

Features:

* 5 Different Shellcode Execution Methods (ProcessHollow, QueueUserAPC, RemoteThreadContext, RemoteThreadSuspended, CurrentThread)
* PPID Spoofing
* Block 3rd Party DLLs
* Syscall Name Randomization
* XOR Encryption with Dynamic Key Generation
* Sandbox Evasion via Loaded DLL Enumeration
* Sandbox Evasion via Checking Processors, Memory, and Time

Tested and Confirmed Working on:

* Windows 10 21H1 (10.0.19043)
* Windows 10 20H2 (10.0.19042)
* Windows Server 2019 (10.0.17763)

Scan Results as of 2/9/22 (x64 Meterpreter QueueUserAPC): https://antiscan.me/scan/new/result?id=tntuLnCkTCwz https://blogger.googleusercontent.com/img/a/AVvXsEhCC49ErjliViuWInQtkLv66kJr9uVaiJ-fmvX_u9oaihzJNrL8_m9jRAHhpYiRrXZqOYXcPov0xeO_OVzIGwKWBdPweDP30glzSnq1xtKBeXD_ZSV4kMQCHYW1jcoi3HEYX_oehA01WxMsbpRs3I5NslBxlnSikJKbDWsuNT0vD-U5tLoMByP7XIPB=w470-h640 Greetz & Credit:

* Jthuraisamy for his amazing project SysWhispers: https://github.com/jthuraisamy/SysWhispers
* OutFlank for creating InlineWhispers (Mingw-w64 Compatible SysWhispers): https://github.com/outflanknl/InlineWhispers
* FalconForceTeam for their syscall generation tool that supports SysWhispers2: https://github.com/FalconForceTeam/SysWhispers2BOF
* Snovvcrash for their NimHollow project, which I used as a template for process hollowing: https://github.com/snovvcrash/NimHollow
* Snovvcrash again for their DInjector project, which I used as a template for many of the included injection techniques: https://github.com/snovvcrash/DInjector
* Cerbersec for their Ares project, whose code I used for PPID Spoofing, Blocking 3rd Party DLLs and Sandbox Evasion: https://github.com/Cerbersec/Ares Download Shhhloader

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Why are some games so easy to make hacks for and others so hard?

For example, League of Legends is not known for their hacks, but games like COD and Battlefield and Apex Legends are. What is it about the way they are programmed that makes them so easy/hard to develop hacks for?

submitted by /u/Acrobatic-Compote-29
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
As a software engineer, what steps can I take to reduce software or program being ‘hacked’, DDoS, XSS etc?

Bit of a noob when it comes to network security, but really want to better understand how as a software engineer, I can set up my architecture to better secure it. What processes/concepts do I need to understand and how can I also ‘test’ my program locally to ensure validation is secure etc.

Resources/videos etc would be super helpful.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Request

This guy online is sending people videos of him setting cats on fire. Like dousing them in gasoline and lighting them. His Instagram is public and I can show you the video if you really need to see this. I know this subreddit isn't really for this and I don't know how this all works but if someone could scare the fuck out of this asshole it'd really be amazing. DM me for the details of his account and the post.

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

___________________________
@hacking_Attack
@Hacking_Video