![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A Security HTTP-Header Checker. # Demoisturize it!
This is a tool, used in order to determine the presence of Security HTTP-Headers along with version disclosure checks.
In order to get this tool running, follow the instruction below:
$ python3 -m pip install sech3r # Super User permission, accordingly.
$ git clone https://github.com/naryal2580/sech3r.git
$ cd sech3r
$ python3 setup.py install # Super User permission, accordingly.
$ git clone https://github.com/naryal2580/sech3r.git
$ cd sech3r
$ python3 -m pip install -U -r requirements.txt # Super User permission, accordingly.
$ python3 ./sech3r.py
Just provide the command line arguments accordingly, and Demoisturize it! :p
$ sech3r -h
/ __ ____
() _ / () |) __/ ,_
/\ |/| |/\ \/ |
/(_)|_/\___/| |/\__/ |/
Usage:
sech3r [--verbose] [--searchForVuln] [--noRedirects] [--insecure] [--noColor] [--quiet] [--output <filename>]
sech3r <urls>... [--verbose] [--searchForVuln] [--noRedirects] [--insecure] [--noColor] [--quiet] [--output <filename>]
sech3r [--verbose] [--searchForVuln] [--noRedirects] [--insecure] [--noColor] [--quiet] [--input <filename>] [--output <filename>]
sech3r -h | --help
sech3r -V | --version
Options:
-h --help Display help, basically this screen.
-V --version Display version number.
<urls> Optional URL(s) input from the Command-Line.
-v --verbose Show verbose output.
-s --searchForVuln Open Default WebBrowser, Googling for Vulnerabilities.
-r --noRedirects Do not follow HTTP-redirects.
-k --insecure Bypass TLS/SSL verification.
-c --noColor No Colours to be used for the Output.
-q --quiet Silent Mode, nothing else not even colors.
-i --input <filename> Take URLs from a file, Single URL per line
-o --output <filename> Save output to a file, a JSON output of headers
Examples:
sech3r demo.testfire.net
sech3r demo.testfire.net -i in.json
sech3r demo.testfire.net -vs -o out.json
sech3r demo.testfire.net -vr
sech3r demo.testfire.net -c
sech3r demo.testfire.net -q
sech3r -vsirc
</> with <3 --naryal2580
FAQs
HTTP Security Header Checker
We found that sech3r demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.