> For the complete documentation index, see [llms.txt](https://infra.newerasec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infra.newerasec.com/table-of-content.md).

# Table Of Content

* [Enumeration](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/README.md)
  * [Packet Capture](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/packet-capture.md)
  * [Host Discovery](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/host-disocvery.md)
  * [Services / Ports](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/README.md)
    * [21 - FTP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ftp.md)
    * [22 - SSH](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ssh.md)
    * [25 - SMTP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/smtp.md)
    * [53 - DNS](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/dns.md)
    * [67 - DHCP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/dhcp.md)
    * [79 - Finger](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/finger.md)
    * [88 - Kerberos](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/88-kerberos.md)
    * [111 - RPC](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/rpc.md)
    * [113 - ident](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ident.md)
    * [135 - MSRPC](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/135-msrpc.md)
    * [137 - Netbios](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/netbios.md)
    * [139/445 - SMB](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/smb.md)
    * [161 - SNMP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/snmp.md)
    * [177 - XDMCP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/xdmcp.md)
    * [363 - LDAP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ldap.md)
    * [500 - IKE (IPSEC)](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ike.md)
    * [512/513 - R Services](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/rservices.md)
    * [623 - IPMI](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/ipmi.md)
    * [1099 - Java RMI](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/1099-java-rmi.md)
    * [1433 - Microsoft SQL](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/1433-microsoft-sql.md)
    * [1521 - Oracle DB](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/1521-oracle-db.md)
    * [2049 - NFS](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/nfs.md)
    * [3306 - MySQL](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/3306-mysql.md)
    * [3389 - RDP](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/3389-rdp.md)
    * [5432 - PostgresSQL](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/5432-postgressql.md)
    * [5900 - VNC](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/vnc.md)
    * [5985 - WinRM](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/winrm.md)
    * [6000 - X11](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/x11.md)
    * [6379 - Redis](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/redis.md)
    * [11211 - Memcached](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/memcached.md)
    * [RDS](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/rds.md)
    * [SQLite](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/services-ports/sqlite.md)
  * [IPV6](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/README.md)
    * [Scanning](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/scanning.md)
    * [Enumeration](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/enumeration.md)
    * [Transfering files](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/transfering-files.md)
    * [Pivoting and routes](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/pivoting-and-routes.md)
    * [THC IPv6](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/enumeration/ipv6/thc-ipv6.md)
* [Gaining Access](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/README.md)
  * [IP Forwarding](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/ip-forwarding.md)
  * [VLAN hopping](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/vlan-hopping.md)
  * [Psexec](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/psexec.md)
  * [Upgrading shell](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/upgrading-shell.md)
  * [Reverse Shells One-Liners](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/reverse-shells-one-liners.md)
  * [Bruteforce](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/bruteforce.md)
  * [MITM cleartext protocols](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/mitm-cleartext-protocols.md)
  * [Null session](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/null-session.md)
  * [LLMNR / NBT NS Spoofing](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/llmnr-nbt-ns-spoofing.md)
  * [Port knocking](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/port-knocking.md)
  * [Downloading/Transfer files](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/downloading-transfer-files.md)
  * [Remote Desktop](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/remote-desktop.md)
  * [NAC Bypass](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/nac-bypass.md)
  * [Pass-The-Hash](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/gaining-access/pass-the-hash.md)
* [Exploitation](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/README.md)
  * [Solaris](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/solaris.md)
  * [IPv6](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/ipv6.md)
  * [Windows](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/windows/README.md)
    * [Compiling Code](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/windows/compiling-code.md)
    * [SMB Vulnerabilities](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/windows/smb-vulnaribilites.md)
    * [Kerberos Attacks](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/exploitation/windows/kerberos-attacks.md)
* [Privilege Escalation](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/README.md)
  * [Situational Awareness](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/README.md)
    * [Linux](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/linux.md)
    * [Windows](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/windows/README.md)
      * [Registry](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/windows/registry.md)
      * [PowerView](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/windows/powerview.md)
      * [FSMO Roles](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/situational-awareness/windows/fsmo-roles.md)
  * [Windows](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/windows/README.md)
    * [Disable Apps and Firewall](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/windows/disable-apps-and-firewall.md)
    * [Add user script](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/windows/add-user-script.md)
    * [UAC Bypass](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/windows/uac-bypass.md)
    * [icacls](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/windows/icacls.md)
  * [Linux](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/linux/README.md)
    * [SUID Shell script](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/linux/suid-shell-script.md)
  * [Solaris](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/solaris.md)
  * [Automated tools](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/automated-tools.md)
  * [Metasploit Modules](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/metasploit-modules.md)
  * [Password Dumping](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/privilege-esclation/password-dumping.md)
* [Breakout](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/README.md)
  * [LOLBas](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/lolbas.md)
  * [powershell constrained language byass](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/powershell-constrained-language-byass.md)
  * [Alternatives to command prompt](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/alternatives-to-command-prompt.md)
  * [Windows utilities](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/windows-utilities.md)
  * [Applocker](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/applocker.md)
  * [Restricted shells](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/restricted-shells.md)
  * [Environmental Variables / Bypassing Path Restrictions](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/breakout/environmental-variables-bypassing-path-restrictions.md)
* [Presistance](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/presistance/README.md)
  * [Windows](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/presistance/windows.md)
* [Pivoting](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/pivoting/README.md)
  * [Adding routes](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/pivoting/adding-routes.md)
* [Password Cracking](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/password-cracking/README.md)
  * [Hashcat](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/password-cracking/hashcat.md)
  * [John](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/password-cracking/john.md)
  * [Cisco Passwords](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/password-cracking/cisco-passwords.md)
  * [Passwords Lists](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/password-cracking/passwords-lists.md)
* [Tools](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/README.md)
  * [Nishang](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/nishang.md)
  * [UACME](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/uacme.md)
  * [Bypass-UAC](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/bypass-uac.md)
  * [MSBuildAPICaller](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/msbuildapicaller.md)
  * [Impacket](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/impacket.md)
  * [SharpPersist](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/sharppersist.md)
  * [Terminals](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/terminals.md)
  * [IP Calculation](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/ip-calculation.md)
  * [pwsh](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/pwsh.md)
  * [psTools / Sysinternals](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/pstools-sysinternals.md)
  * [Unlock applocker](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/unlock-applocker.md)
  * [enum4linux](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/enum4linux.md)
  * [Bloodhound](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/bloodhound.md)
  * [mitm6](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/mitm6.md)
  * [Enyx](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/enyx.md)
  * [nfsshell](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/nfsshell.md)
  * [Metasploit](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/metasploit/README.md)
    * [msfvenom](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/tools/metasploit/msfvenom.md)
* [Others](https://github.com/N7WEra/Testing-notes/blob/master/infrastructure-testing/others.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infra.newerasec.com/table-of-content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
