51pwn

Results 63 issues of 51pwn

``` package main import( "fmt" "net" socks5 "github.com/hktalent/go-socks5" ) func ss5(nl chan net.Listener){ conf := &socks5.Config{} // fmt.Println(conf) server, err := socks5.New(conf) if err != nil { panic(err) } //...

no server, how auto update from GitHub release? thanks

``` $ sudo make install # upgrade/installation will leave the my-plugins folder rm -Rf /usr/bin/whatweb /usr/share/man/man1/whatweb.1 /usr/share/man/man1/whatweb.1.gz /usr/share/doc/whatweb /usr/share/whatweb/plugins-disabled /usr/share/whatweb/plugins /usr/share/whatweb/lib /usr/share/whatweb/plugin-development /usr/share/whatweb/addons install -d /usr/share/man/man1 install: chmod 755 /usr/share/man/man1:...

我是这样 ln -s /usr/local/Cellar/opencv/4.2.0_3 /usr/local/opt/opencv-3.2.0 避免修改你的源码 ``` ./build.sh ... CMake Error at CMakeLists.txt:13 (find_package): Could not find a configuration file for package "OpenCV" that is compatible with requested version "3.2.0"....

## Proposed changes ## Checklist - [x] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch - [x] All checks passed (lint, unit/integration/regression tests etc.) with my changes - [x] I...

1. add DSL substr for #2304 By @hktalent #2361 ``` substr('xxtestxxx',2) == "testxxx" substr('xxtestxxx',2,-2) == "testx" substr('xxtestxxx',2,6) == "test" ``` 2. add DSL aes_cbc for #2243 By @hktalent `aes_cbc("key111key111key111key111", "dataxxxxxxdataxxxxxxdataxxxxxxdataxxxxxxdataxxxxxx")`...

@ehsandeep Multiple instances and running nuclei in parallel will cause memory leaks I hope to be able to completely close the cache when Runner.Close to avoid memory leaks in: v2/pkg/protocols/common/interactsh/interactsh.go...

Priority: Low
Type: Bug
Investigation

fatal error: concurrent map iteration and map write test code: ```go package main import ( "bytes" "fmt" "github.com/hktalent/scan4all/nuclei_Yaml" "net/http" _ "net/http/pprof" "os" "sync" ) func DoNuclei(buf *bytes.Buffer, wg *sync.WaitGroup, oOpts...

Status: On Hold
Type: Bug
Investigation

```console host hackerone.com hackerone.com has address 104.16.99.52 hackerone.com has address 104.16.100.52 ``` Currently, when multiple A records are associated with dns, nuclei picks 1st IP for the connection and there...

Priority: Low
Type: Enhancement

@ehsandeep test code: ``` `"contains(body,\"if($('return_123);alert(/testvul/);//'\")"`: true, ``` ### Result ``` === RUN TestDslExpressions/"contains(body,\"if($('return_123);alert(/testvul/);//'\")" dsl_test.go:344: Error Trace: dsl_test.go:344 dsl_test.go:272 Error: Received unexpected error: Invalid token: ';' Test: TestDslExpressions/"contains(body,\"if($('return_123);alert(/testvul/);//'\")" Messages: Error while...

Type: Bug