You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
When running the tool against my own Windows machine I get the following error:
Traceback (most recent call last):
File "portia.py", line 4626, in
mountSysvol(username,password)
File "portia.py", line 3382, in mountSysvol
status,foundAdmin=testDomainCredentials(username,password,None,dcList[0],'WORKGROUP',True)
IndexError: list index out of range
Am I missing a dependency or something?
The text was updated successfully, but these errors were encountered:
Starting Nmap 7.50 ( https://nmap.org ) at 2017-08-09 08:16 EDT
Nmap scan report for 192.168.39.147
Host is up (0.00027s latency).
Not shown: 994 filtered ports
PORT STATE SERVICE
135/tcp open msrpc
139/tcp open netbios-ssn
445/tcp open microsoft-ds
2869/tcp open icslap
3389/tcp open ms-wbt-server
5357/tcp open wsdapi
MAC Address: ************** (Asustek Computer)
Nmap done: 1 IP address (1 host up) scanned in 20.03 seconds
root@supersecretkali:/opt/pentest/portia#
When running the tool against my own Windows machine I get the following error:
Traceback (most recent call last):
File "portia.py", line 4626, in
mountSysvol(username,password)
File "portia.py", line 3382, in mountSysvol
status,foundAdmin=testDomainCredentials(username,password,None,dcList[0],'WORKGROUP',True)
IndexError: list index out of range
Am I missing a dependency or something?
The text was updated successfully, but these errors were encountered: