Projects STRLCPY agartha Commits de467b4a
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 1079 lines
    1080 1080   self._responseViewer.setMessage("", False)
    1081 1081   self._lblAuthNotification.text = "Please add users to create an auth matrix"
    1082 1082   self._tbAuthNewUser.setForeground (Color.black)
    1083  - self._txtHeaderDefault = "GET / HTTP/1.1\nHost: localhost\nAccept-Encoding: *\nConnection: close\nCookie: SessionID=......"
     1083 + self._txtHeaderDefault = "GET /example HTTP/1.1\nHost: localhost.com\nAccept-Encoding: gzip,deflate\nConnection: close\nCookie: SessionID=......"
    1084 1084   self._tbAuthHeader.setText(self._txtHeaderDefault)
    1085  - self._txtURLDefault = "http://...."
     1085 + self._txtURLDefault = "http://localhost.com/example"
    1086 1086   self._tbAuthURL.setText(self._txtURLDefault)
    1087 1087   self._txtUserDefault = "User1"
    1088 1088   self._tbAuthNewUser.text = self._txtUserDefault
    skipped 93 lines
Please wait...
Page is in error, reload to recover