Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.7K 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
KitPloit - PenTest Tools!
EmoCheck - Emotet Detection Tool For Windows OS

https://blogger.googleusercontent.com/img/a/AVvXsEg2RQoIbn9z4-GWgujYIC3bkCJBxlMsX1hi7daniC-amFNdh-Y8l3vdE6FED3WFvr92897gGp7NmVUzT2IvC9HDM6hLL5POBEhko41rDpNISDi2ycIMdqUi-fiilkyJ13-nGnV8-a7-MOVkI1IQIqzzBAaEIEE1ezG23kZeohxIuy5WOsFaMSdUtMQq=w638-h640 Emotet detection tool for Windows OS. How to use1. Download EmoCheck from the Releases page.
2. Run EmoCheck on the host.
3. Check the exported report. DownloadPlease download from the Releases page. Command options(since v0.0.2)

* Specify output directory for the report (default: current directory)
* /output [your output directory]or -output [your output directory]* No console output
* /quietor -quiet* Export the report in JSON style
* /jsonor -json* Debug mode (no report)
* /debugor -debug* Show help
* /helpor -helpHow EmoCheck detects Emotet(v0.0.1)
Emotet generates their process name from a specific word dictionary and C drive serial number. EmoCheck scans the running process on the host, and find Emotet process from their process name.

(added in v0.0.2)
Emotet keeps their encoded process name in a specific registry key. EmoCheck looks up and decode the registry value, and find it from the process list. Code Signing with Microsoft Authenticode.

(added in v1.0)
Support the April 2020 updated of Emotet.
Obfuscated code.

(added in v2.0)
Support the December 2020 updated of Emotet.
French language support. (Thanks to CERT-FR) Sample ReportText stlye: [Emocheck v0.0.2]
Scan time: 2020-02-10 13:06:20
____________________________________________________

[Result]
Detected Emotet process.

[Emotet Process]
Process Name : mstask.exe
Process ID : 716
Image Path : C:\Users\[username]\AppData\Local\mstask.exe
____________________________________________________

Please remove or isolate the suspicious execution file.
JSON style (added in v0.0.2): {
"scan_time":"2020-02-10 13:06:20",
"hostname":"[your hostname]",
"emocheck_version":"0.0.2",
"is_infected":"yes",
"emotet_processes":[
{
"process_name":"mstask.exe",
"process_id":"716",
"image_path":"C:\\Users\\[username]\\AppData\\Local\\mstask.exe"
}
]
}
The report will be exported to the following path.

(v0.0.1) [current directory]\yyyymmddhhmmss_emocheck.txt(since v0.0.2) [output path]\[computer name]_yyyymmddhhmmss_emocheck.txt[output path]\[computer name]_yyyymmddhhmmss_emocheck.jsonScreenshot(v0.0.1) https://blogger.googleusercontent.com/img/a/AVvXsEg2RQoIbn9z4-GWgujYIC3bkCJBxlMsX1hi7daniC-amFNdh-Y8l3vdE6FED3WFvr92897gGp7NmVUzT2IvC9HDM6hLL5POBEhko41rDpNISDi2ycIMdqUi-fiilkyJ13-nGnV8-a7-MOVkI1IQIqzzBAaEIEE1ezG23kZeohxIuy5WOsFaMSdUtMQq=w638-h640 Releases* (Feb. 3, 2020) v0.0.1
* Initial release

* (Feb. 10, 2020) v0.0.2
* update detecting method
* add options

* (Aug. 11, 2020) v1.0.0
* update detecting method

* (Jan. 27, 2021) v2.0.0
* update detecting method
* Added French language support

* (Mar. 4, 2022) v2.1.0
* update detecting method

* (Mar. 14, 2022) v2.1.1
* Fixed a crash bug when executing with SYSTEM privileges

* (Apr. 22, 2022) v2.2.0
* update detecting method

* (May. 20, 2022) v2.3.0
* update detecting method

* (May. 24, 2022) v2.3.1
* fixed a detection pattern

* (May. 27, 2022) v2.3.2
* fixed a detection pattern LicensePlease read the LICENSE page. NotesTested environments* Windows 11 21H2 64bit Japanese Edition
* Windows 10 21H2 64bit Japanese Edition
* Windows 8.1 64bit Japanese Edition
* Windows 7 SP1 32bit Japanese Edition
* Windows 7 SP1 64bit Japanese Edition

Windows 7 does not support UTF-8 output in the Command Prompt. Build* Windows 10 1809 64bit Japanese Edition
* Microsoft Visual Studio Community 2017 Source codeNot published from v2.1. Download EmoCheck

___________________________
@hacking_Attack
@Hacking_Video
MUST KNOW : Popular operating systems in Cyber Security

Every aspect in our life has been fullfilled by digital devices, as we can buy everything, reserve the table for two, or pay the bills in…Continue reading on Medium »
Read more...
MUST HAVE : Skill for Cyber Security Engineer

Are you the one who has passion in Cyber Security engineer ? Lets talk the business, meant i will share the must-have skill you need to…Continue reading on Medium »
Read more...
ITS TIME TO TAKEOVER ACCOUNT

HOW I WAS ABEL TO TAKEOVER ANY USER ACCOUNT USING INVITE FUNCTIONContinue reading on Medium »
Read more...
hacking: security in practice
The Chance of your life !

Hard Times call for extraordinary methods. A friend of mine got robbed on his crypto wallet. He got ambushed by his former co worker that knew he had acquired some currency and went for him with 4 people threaten to harm him and his family.. sad reality the police won’t do nothing because they are to stupid and incompetent to recognise all the transactions and the evidence… poor guy lost everything and has given up because the authorities won’t help him. So, if you want to do something good in this cold world dm me. Disclaimer: I do not want you to hack into his wallet or do other illegal things. If you think you can help him dm me and we discuss everything more detailed!

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Script for automated login?

I wonder if I can build a simple script where it opens lets say "randomwebsite.com" but automatically enters login username and password without the need for me to type them (they will be provided in the script).

I don't want them saved in a browser, but just to fill the fields automatic upon running the script?

Is there a way to do that with bash or else?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Giving away 2 Tryhackme 1 month vouchers

Comment a reason you are in need of it

Random 2 will win it

Post redemption, winners also have to provide a screenshots as a proof in comments .

Any mod or i can choose the winners

it ends in 24 hours

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

___________________________
@hacking_Attack
@Hacking_Video