Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Asec: Analysis of APT Attack Cases Targeting Web Services of Korean Corporations https://asec.ahnlab.com/en/56236/ #MalwareInformation #Sy_Runas #WebShell #exploit #Netcat
#malwareinformation #sy_runas #webshell #exploit #netcat
Hat schon mal jemand, erfolgreich, Wetterdaten (Temperatur, Luftfeuchte, Luftdruck und Feinstaub) per #bash an #aprs.fi übertragen?
(Da komme ich am einfachsten an meine InfluxDB-Werte)
Meine letzten Versuche mit #netcat und Telnet schlugen fehlt, auch ChatGPT lieferte nichts brauchbares ^^
#bash #aprs #netcat #amateurfunk #hamadio
I love #netcat so fucking much. How else would I take a hard drive image from such an ancient computer? #powermac #vintagecomputing #retrocomputing
#netcat #powermac #vintagecomputing #retrocomputing
I still don't understand why people like to use telnet to check for port TCP connectivity when nc is available on any DECENT Linux distro:
```shell
nc --wait 5 --idle-timeout 5 $machine $port
```
(Or better use --allowfile)
Just put on a for loop, add water and presto, instant poor man TCP port tester.
#nc #netcat #telnet #tcp #portscan #linux
HTTP request host header using netcat (nc) #commandline #security #webserver #https #netcat
#commandline #security #webserver #https #netcat
#video using #openbsd #signify to verify my #gopher phlog phost
https://forth.noip.me:8443/w/x8Ufp72DBBpDCbUm7MhtNe
Also #netcat I guess.
Embedded sig phlog phost:
gopher://tilde.institute/0/~screwtape/216164658-dependencies-generally-and-common-lisp.txt.sig
My signify public key:
gopher://tilde.institute/0/%7escrewtape/0-signify-st.pub
#signing
The full address of the signed gopher item, including the signify untrusted comment, fully specify enough to verify it assuming you already have the untrusted comment public key
#video #openbsd #signify #gopher #netcat #signing
Note to my future self. When installing computers with #btrfs and not wanting to fiddle with SSH, use #netcat. On the receiver side do:
nc -l 6667 | btrfs receive /mnt/stuff
Then on the sender side where you have the read-only snapshot prepared:
btrfs send /mnt/stuff/snap-ro | nc 1.2.3.4 6667
If anyone has been trying to use a local installation of #bloop with #intellij IDEA, then you are now in luck. I just figured out how to do that using #bash and #netcat .
https://gist.github.com/hamnis/64f16a34c29975586d9416723ddeeca7
Try it out and give me a ping if it works for you. This should also work with apple silicon.
#intellij #bash #netcat #scala #bsp #bloop
I spent several days this week troubleshooting #Kubernetes networking, stumping numerous experts, and it turned out to be a usage issue with #netcat instead. 😱