Rednote
GuidebooksTerminalCode
  • Welcome!
  • Utility
    • General
    • Server
    • Transferring File
      • Main
      • Code
      • Miscellaneous
    • Reverse & Bind Shells
      • Havoc
    • Metasploit
    • Service
      • FTP (21)
      • SSH (22)
      • DNS (53)
      • HTTP/HTTPS (80-443)
      • SMTP (25-465-587)
      • POP3 (110-995)
      • IMAP (143-993)
      • MySQL (3306)
      • MSSQL (1433-2433)
      • SMB (139-445)
      • RDP (3389)
      • WinRM (5985-5986)
      • WMI (135)
      • LLMNR & NBT-NS (5355-137)
      • NFS (111-2049)
      • SNMP (161-162)
      • VNC (5900)
      • Rsync (873)
      • R-Service (512-513-514)
      • IPMI (623)
      • Oracle TNS (1521)
  • Pentesting Process
    • Information Gathering
      • Passive
      • Active
      • OSINT
    • Vulnerability
    • Web Attacks
      • GENERAL
      • Crawling/Spidering & Fuzzing
      • Information Disclosure
      • Command Injection
      • Unrestricted File Upload
      • File Inclusion/Path Traversal
      • Request Smuggling
      • Clickjacking
      • Web Cache Poisoning
      • Web Cache Deception
      • Insecure Deserialization
      • Prototype Pollution
      • OAuth 2.0
      • JWT
      • SQLi
        • sqlmap
      • NoSQLi
      • GraphQL
      • XSS
      • SSRF
      • XXE
      • IDOR
      • API
      • SSTI
      • CSRF
      • CORS
      • AJP
      • SSI
      • ESI
      • XSLT
      • Cloud
      • LLM Prompt Security
    • Software Attacks
      • Binary
      • Shellcode
      • AV Evasion & Obfuscation
    • Network Attacks
      • ARP Poisoning
      • Local DNS Cache Poisoning
      • Baby Local DoS
    • Crypto Attacks
      • Utility
      • RSA
      • DSA/DSS
      • PRNG
        • LGC
        • MT
        • LFSR
    • Misc Attacks
    • Social Engineering
    • Password Cracking
      • Wordlist
      • Offline
      • Online
    • Pivoting & Tunneling
    • Local Enumeration
      • Linux
      • Windows
    • Privilege Escalation
      • Linux
        • Linux Privilege Escalation with Groups
        • Linux Privilege Escalation with Library
      • Windows
        • Windows Privilege Escalation with Groups and Privileges
        • Windows Privilege Escalation with DLL Hijacking
    • Active Directory
      • Enumeration
      • Abuse ACL
      • Extract Hash & Password
      • Pass The Hash
      • Pass The Ticket
      • Overpass the Hash
      • Relay Attack
      • Password Spraying Attack
      • AS-REP Roasting
      • Kerberoasting
      • Silver Ticket
      • Golden Ticket
      • DC Synchronization
      • AD Certificates
      • Attacking Domain Trusts
    • Reports
      • Bug Bounty Report
    • CVE
      • Linux
      • Windows
    • OTHER
      • CMS
        • WordPress
        • Joomla
        • Drupal
      • Tomcat
      • Jenkins
      • Splunk
      • Web Service
      • Navigating Python Objects
      • JavaScript Deobfuscation
  • Extra
    • My Books
    • My Exploits
    • Compiled Binaries
Powered by GitBook
On this page
  • Port
  • General Info
  • URL
  • Headers
  • Methods
  • Response Code
  • Media Type (full list)
  • Web Root
  • Note

Was this helpful?

  1. Utility
  2. Service

HTTP/HTTPS (80-443)

Hypertext Transfer Protocol e HyperText Transfer Protocol over Secure Socket Layer.

Last updated 7 months ago

Was this helpful?

Protocol Information

Main system for transmission of information on the Web. The browser is used to access this information.

Port

80 TCP

HTTP

443 TCP

HTTPS

Plain text

text/plain

HTML document

text/html

JSON format

application/json

Formato XML

application/xml

Encoded data for HTTP POST

application/x-www-form-urlencoded

Complex data for HTTP POST

multipart/form-data

JavaScript

application/javascript

Compressed ZIP archives

application/zip

Images

image/jpeg, image/png, image/gif

Audio

audio/mpeg, audio/wav

Video

video/mp4, video/quicktime

PDF

application/pdf

Generic, uninterpreted binary files

application/octet-stream

CSS style sheets

text/css

Web Root

Web Server
Default Webroot

Apache

/var/www/html/

Nginx

/usr/local/nginx/html/

IIS

c:\\inetpub\\wwwroot\\

XAMPP

C:\\xampp\\htdocs\\

Inside the configuration file is specified the web root. Search the internet for the correct path based on web server versions.

Web Server
Possible location of config file

Apache

/etc/apache2/apache2.conf

Nginx

/etc/nginx/nginx.conf

IIS

%WinDir%\\System32\\Inetsrv\\Config\\ApplicationHost.config

Linux

Windows

/var/www/html/ 
/var/www/ 
/var/www/sites/var/www/public/ 
/var/www/public_html/ 
/var/www/html/default/ 
/srv/www/ 
/srv/www/html/ 
/srv/www/sites/ 
/home/www/ 
/home/httpd/ 
/home/$USER/public_html/ 
/home/$USER/www/
c:\inetpub\wwwroot\ 
c:\xampp\htdocs\ 
c:\wamp\www

Note

  • /robots.txt/

()

/.well-known/ (ex. .well-known/openid-configuration, )

Headers
Methods
Response Code
Media Type
full list
LINK
WORDLIST
WORDLIST
General Info
URL