App - Script

Thursday 13 December 2018, 20:20  #1
App - Script - Python Pickle
nullpointer
  • 2 posts

Hi Friends

Please help me authenticate into the server.

My request is

redacted so that I don’t spoil for others

Any help is appreciated.

Thanks,

Thursday 13 December 2018, 21:08  #2
App - Script - Python Pickle
nullpointer
  • 2 posts

got it working

Sunday 20 October 2019, 13:29  #3
App - Script - Python Pickle
theoriginalnoob
  • 3 posts

any hints as to how to do so?
currently my request looks like this

#!/usr/bin/python
import requests
basicAuthCredentials = (’AUTH’, ’’)
r = requests.request(’AUTH’, ’http://challenge02.root-me.org:60005’, auth=basicAuthCredentials
print(r.text)

but i keep getting an unknown user group error.

Sunday 20 October 2019, 23:42  #4
App - Script - Python Pickle
Th1b4ud
  • 1636 posts

Look closer to challenge statement.