[SANS ISC] Infostealer in a Batch File

I published the following diary on isc.sans.edu: “Infostealer in a Batch File“: It’s pretty common to see malicious content delivered as email attachments. Every day, my mailboxes are flooded with malicious content… which is great from a research point of view. Am I the only one to be happy when I see

The post [SANS ISC] Infostealer in a Batch File appeared first on /dev/random.

Continue reading [SANS ISC] Infostealer in a Batch File

I’m practicing BATCH files by making a simple multitool… but my file closes as soon as its opened [migrated]

I’m not sure why it keeps closing and would like some help.
@echo off
color fc
title CockBall V2 Multitool
:menu
echo 1 pScan
echo 2 LanC
echo 3 IP Stresser
echo 4 info
echo 5 ping (for testing ip)
choice /n /:12345 /M "Choose someth… Continue reading I’m practicing BATCH files by making a simple multitool… but my file closes as soon as its opened [migrated]

is it possible to connect a Windows 10 PC to a WiFi using a batch script? [migrated]

I need to connect my Windows 10 PC to a WiFi automatically to test the WEP-128 encryption mode in a router. Basically, when I change the encryption mode in the router, I need to connect the PC to its SSID (I know the WEP-128 key). Do you g… Continue reading is it possible to connect a Windows 10 PC to a WiFi using a batch script? [migrated]