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 Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Microsoft Disrupts Large-Scale BEC Campaign Across Web Services

Attackers had used the cloud-based infrastructure to target mailboxes and add forwarding rules to learn about financial transactions.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Andariel Group Targets South Korean Entities in New Campaign

Andariel, designated as a sub-group of the Lazarus Group APT, has historically targeted South Korean organzations.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
TChopper - Conduct Lateral Movement Attack By Leveraging Unfiltered Services Display Name To Smuggle Binaries As Chunks Into The Target Machine

https://1.bp.blogspot.com/-L4bkOEhfvds/YMaLm5YGGQI/AAAAAAAAazY/OqP_qHi6WCg6rkhQLvAgegxvLoErwsPzgCNcBGAsYHQ/w640-h370/TChopper_2.jpeg
New technique I have discovered recently and give it a nickname (Chop chop) to perform lateral movement using windows services display name and WMI by smuggling the malicious binary as base64 chunks and automate the process using the TChopper tool.
How it works

* the tool will get the file you willing to smuggle and encode the file as base64 into memory stream
* divide the length of each line to fit 150-250 character length (250 is maximum allowed space for service lpDisplayname parameter https://docs.microsoft.com/en-us/windows/win32/api/winsvc/nf-winsvc-createservicea).
* for chop chop attack it will create a unique service for each segmented chunk => start the service => then delete it to avoid duplicates or you can choose to only modify the service attack mode to be more faster and stable.
* later on, it will modify service lpbinarypath parameter with required command line to grab service display name and pip out the results into tmp_payload.txt
* finally, after finishing delivering all chuncks of the file as base64, the tool will create another service to decode the content into valid executbale and run it

while if you are conducting lateral movment using WMI technique you can also use Chopper to do that

* Tchopper will authenticate you session using WMI
* creation of multiple process and use powershell unique command to pip out each segment to c:\users\public\chop.enc
* create final process to use certutil to decode the content into binary and execute it

http://1.bp.blogspot.com/-DjotGr8pznU/YMZmYX_D2MI/AAAAAAAAaBE/_vYgDSLvkLsMGzg-x-ZsHaHL13bPOSKPACK4BGAYYCw/w640-h282/TChopper_3-770256.png

Usage

#chop chop mode
chopper.exe -s -u USERNAME -p PASSWORD -d DOMAIN -f BINARYLOCAL PATH
# chop chop done
chopper.exe -m -u USERNAME -p PASSWORD -d DOMAIN -f BINARYLOCAL PATH

# use WMI to smuggle
chopper.exe -w -u DOMAIN\USERNAME -p PASSWORD -t MACHINE -f LOCALBINARYPATH


https://youtu.be/xbvhzHul7w0

Detailed research

http://0xsp.com/security%20research%20&%20development%20(SRD)/smuggling-via-windows-services-display-name-lateral-movement
Download TChopper

___________________________
@hacking_Attack
@Hacking_Video
TChopper - Conduct Lateral Movement Attack By Leveraging Unfiltered Services Display Name To Smuggle Binaries As Chunks Into The Target Machine

New technique I have discovered recently and give it a nickname (Chop chop) to perform lateral movement using windows services display name and WMI by smuggling the malicious binary as base64 chunks and automate the process using the TChopper tool.How it works the tool will get the file you willing to smuggle and encode the file as base64 into memory stream divide the length of each line to fit 150-250 character length (250 is maximum allowed space for service lpDisplayname parameter https://docs.microsoft.com/en-us/windows/win32/api/winsvc/nf-winsvc-createservicea). for chop chop attack it will create a unique service for each segmented chunk => start the service => then delete it to avoid duplicates or you can choose to only modify the service attack mode to be more faster and stable. later on, it will modify service lpbinarypath parameter with required command line to grab service display name and pip out the results into tmp_payload.txt finally, after finishing delivering all chuncks of the file as base64, the tool will create another service to decode the content into valid executbale and run it while if you are conducting lateral movment using WMI technique you can also use Chopper to do that Tchopper will authenticate you session using WMI creation of multiple process and use powershell unique command to pip out each segment to c:\users\public\chop.enc create final process to use certutil to decode the content into binary and execute it Usage #chop chop mode chopper.exe -s -u USERNAME -p PASSWORD -d DOMAIN -f BINARYLOCAL PATH # chop chop done chopper.exe -m -u USERNAME -p PASSWORD -d DOMAIN -f BINARYLOCAL PATH # use WMI to smuggle chopper.exe -w -u DOMAIN\USERNAME -p PASSWORD -t MACHINE -f LOCALBINARYPATH https://youtu.be/xbvhzHul7w0 Detailed research http://0xsp.com/security%20research%20&%20development%20(SRD)/smuggling-via-windows-services-display-name-lateral-movement Download TChopper
Read more...

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Position myself as mitm without the option of ARP Spoofing

Long story short Im researching a bit on intercepting packets from the connection of a Yeelight (Smartbulb) to a WLAN.

So the way you set up the smartbulb to a WLAN is via an open WiFi network that the bulb itself opens. Then the phone connects to such WiFi hotspot via the app to send the information of the WLAN to the bulb for it to connect to. I have sniffed the packets via monitor mode and I have a pretty good idea on how the phone commands the smartbulb to connect. Now I would like to inject packets during such connection.The only problem is that when I connect to the bulb's network (before it is connected to the WLAN) with my laptop I can not ping let alone ARP Spoof the phone, so I could potentially intercept the packets and connect the bulb to another network while the app thinks that is being connected to the real network. Is there any other way I could potentially reach such mitm situation without ARP Spoofing

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
SQL SHELL what do to?

(SORRY FOR MY ENGLISH)

Im doing a htb box and i have enter in the database using the sqlmap. I dump all the databases and data from these databases but nothing interest. I spawn a SQL shell using the --sql-shell in the sqlmap

but I don't know how to breach into the machine doing this.

Someone have an idea?

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

___________________________
@hacking_Attack
@Hacking_Video