neonprimetime security , just trying to help
Wednesday, February 6, 2019
sloppy python script searching php webshells in opendir
›
from urllib.request import urlopen from urllib.request import urlretrieve import re import sys import os filepath = 'urls.txt' ...
Monday, February 4, 2019
Kali Linux New Install has No Internet NAT
›
If you have no internet access on a new install of Kali Linux root@kali:~# ping www.google.com ping: www.google.com: Name or service not ...
Test Credential Spraying in Kali
›
msfconsole use auxillary/smb/smb_login set SMBDomain set SMBUser set SMBPass set RHOSTS <== cidr is an option set USER_FILE ...
Windows RDP Remote Desktop from Kali
›
~# rdesktop SERVER -d DOMAIN -u USER -p PASSWORD
Hyrda Seg Faults
›
Trying to red team test and Hydra is segmentation faulting on a list of IP addresses I'm feeding it ~# hydra -l xxx -p xxx -M ips.txt ...
Friday, February 1, 2019
Kali Hydra ssh to Cisco timing out
›
In Kali , I was trying to use Hydra to ssh to a Cisco device but it kept failing/timing out root@kali:~# hydra -l Account -p Password 10.1...
Kali apt-get fail (404 not found), apt-get update fail (not valid yet), Fix=old date
›
In Kali I was trying to install packages but kept getting this error root@kali:~# apt-get install libssh-dev Reading package lists... Do...
2 comments:
‹
›
Home
View web version