neonprimetime security , just trying to help

Monday, November 25, 2019

kali update apt-get upgrade

›
apt-get update (gets the sources lists for packages) apt-get upgrade (upgrade tools) apt-get dist-upgrade (entire kali rolling) apt-get a...
Wednesday, November 6, 2019

Python IoT search with Wget and Yara Rules

›
# Given a list of urls, determine what type of IoT device (or any device for that matter) they are based on you plugging in Yara rules into ...
Thursday, October 31, 2019

Nmap Open Web Ports to CSV

›
nmap scan web ports (80,443,8080,8443) and output to csv using sed nmap -T4 --max-rtt-timeout 200ms --initial-rtt-timeout 150ms --min-host...
Tuesday, October 22, 2019

Sample Responder command

›
responder -I eth0 -r -b cd /usr/share/responder/logs john --format=netntlm SMB-NTLMv1-SSP-9.9.9.9.txt --wordlist=/usr/share/wordlists/r...
Friday, October 18, 2019

Print all Mac Address Vendors around you (Arp -a)

›
# print all mac address vendors around you (using arp table and this great python library  https://pypi.org/project/mac-vendor-lookup/  ) ...

View Stored Credentials and Runas

›
>cmdkey /list Currently stored credentials: .... runas /savecred /user:XXXX "c:\BAD.exe"

Search inside Windows Files for passwords

›
>findstr /s password c:\*.ps1
‹
›
Home
View web version
Powered by Blogger.