The Finn

Results 6 comments of The Finn

@PaulSec any progress with this pr? Would love to use this package in the future...

Hey, Just let me know if I can support with something

I have debugged a little. If I'am running test_api.py. I am facing: "err: IndexError('list index out of range')" Affected code (XLS DATA): ` # XLS hosts. # eg. tsebo.com-201606131255.xlsx try:...

@PaulSec guess they have changed the xls path from: ` pattern = r'/static/xls/' + domain + '-[0-9]{12}\.xlsx'` to ` pattern = r'/static/xlsx/' + domain + '-[0-9]{12}\.xlsx'`

@PaulSec I've provided a new comit to address that issues and work with the new xlsx path and also match the newly introduces id's from dumpster.

@PaulSec any progress within your review/test?