Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
optionsbleed — Scanner proof-of-concept per la vulnerabilità Optionsbleed (CVE-2017-9798) che testa i server Apache HTTP per perdite di memoria tramite il metodo HTTP OPTIONS. | Kitploit
Strumenti/GitHubGitHub/hannob/optionsbleed
Scanner di VulnerabilitàScanner di Vulnerabilità WebSicurezza Web
GitHubhannob/optionsbleed

optionsbleed

Scanner proof-of-concept per la vulnerabilità Optionsbleed (CVE-2017-9798) che testa i server Apache HTTP per perdite di memoria tramite il metodo HTTP OPTIONS.

Vedi Repository
1474646 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

optionsbleed

Questo è un codice proof of concept per testare il bug Optionsbleed in Apache httpd (CVE-2017-9798).

Ti consigliamo di utilizzare lo strumento Snallygaster; include un controllo per optionsbleed:

root@kitploit:~
snallygaster -t optionsbleed [host]

uso

root@kitploit:~
optionsbleed [-h] [-n N] [-a] [-u] hosttocheck

Check for the Optionsbleed vulnerability (CVE-2017-9798).

positional arguments:
  hosttocheck  The hostname you want to test against

optional arguments:
  -h, --help   show this help message and exit
  -n N         number of tests (default 10)
  -a, --all    show headers from hosts without problems
  -u, --url    pass URL instead of hostname

Tests server for Optionsbleed bug and other bugs in the allow header.

Automatically checks http://, https://, http://www. and https://www. -
except if you pass -u/--url (which means by default we check 40 times.)

spiegazione dell'output

Lo script mostra l'header Allow restituito e lo fa precedere da una spiegazione di cosa non va. Di default non viene prodotto alcun output se il server non è vulnerabile; questo comportamento può essere modificato con il parametro -a/--all.

[bleed]

È stato inviato un header corrotto, molto probabilmente il bug Optionsbleed.

[empty]

È stato inviato un header vuoto, il che è errato.

[spaces]

L'elenco dei metodi era separato da spazi anziché da virgole.

È un bug, ma innocuo. Potrebbe trattarsi del bug Launchpad #1717682.

[duplicates]

Alcuni metodi sono stati inviati più volte nell'elenco.

È un bug, ma innocuo. Potrebbe trattarsi del bug Apache #61207.

[ok]

Nessun problema con questo header (inviato solo con -a/--all).

Scarica lo strumento