Skip to content
#

tool

Here are 7,219 public repositories matching this topic...

bat
NRGLine4Sec
NRGLine4Sec commented Apr 8, 2022

here is an exemple for the spring4shell.nse script :

description = [[
  Spring4Shell
  
  CVE-2022-22965
]]

---
-- @usage
-- 
-- @output
--
-- @args
--
---

local http = require "http"
local string = require "string"
local table = require "table"
local stdnse = require "stdnse"
local shortport = require "shortport"
local vulns = require "vulns"

author = "Grzegorz Piec
hyperfine
LakshyAAAgrawal
LakshyAAAgrawal commented May 3, 2022

When I run hyperfine as follows:

hyperfine --export-json export_file.json --time-unit millisecond ...

The information printed on screen contains the runtime in ms, but the values in json are in seconds.

STDOUT:

Benchmark 1:
  Time (mean ± σ):     24338.2 ms ± 586.0 ms    [User: 33456.5 ms, System: 810.7 ms]
  Range (min … max):   23236.7 ms … 24935.3 ms    10 runs

B
TheFatRat

Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .

  • Updated May 6, 2022
  • C
onefetch
ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

help wanted good first issue type/documentation
phpinsights
yyzdtccjdtc
yyzdtccjdtc commented May 2, 2022

https://github.com/sharkdp/pastel/blob/master/src/distinct.rs#L329-L324

For line 329 here, the &colors[color] will keep loading the same value from the same memory location in this for loop, because the index color will not change. If we declare a new variable at_color outside of this for loop and reference it into to the self.distance() function then it can save a lot of memory operations bec

enhancement good first issue
grype
fmtbkgiddiqq
fmtbkgiddiqq commented Jan 10, 2022

What would you like to be added:

Please add some basic instructions for compiling the binaries to the install readme as an alternative to curl to bash.

Why is this needed:

Some folks are uncomfortable with the security implications of curl to bash

There are additional use cases where users may wish to modify the functionality of the project to better fit their needs

**Addit

documentation enhancement good first issue

Improve this page

Add a description, image, and links to the tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tool topic, visit your repo's landing page and select "manage topics."

Learn more