Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

IndexError: list index out of range #3

Open
pieterhouwen opened this issue Aug 9, 2017 · 4 comments
Open

IndexError: list index out of range #3

pieterhouwen opened this issue Aug 9, 2017 · 4 comments

Comments

@pieterhouwen
Copy link

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?

@milo2012
Copy link
Contributor

milo2012 commented Aug 9, 2017

Hi,
Thank you for reporting the issue. Please do a git pull.
The latest commit fixes the issue f9fd86c

@pieterhouwen
Copy link
Author

Thanks for your comment, that fixed the Out of range error, but now it doesn't detect the system anymore:

'
root@supersecretkali:/opt/pentest/portia# python portia.py -d ******** -u ****** -p ****** 192.168.39.147
[*] Scanning Target Network
[+] No Domain Controllers/NetBIOS/RDP ports detected on target hosts

root@supersecretkali:/opt/pentest/portia# nmap 192.168.39.147

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#

@boupjof
Copy link

boupjof commented Aug 9, 2017

Same error for me

@pieterhouwen
Copy link
Author

The index error has returned.

root@supersecretkali:/opt/pentest/portia/.git# cat FETCH_HEAD
f9fd86c branch 'master' of https://github.com/spiderlabs/portia

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants