Hacker, J.R.

Results 7 issues of Hacker, J.R.

Fixes #506 Signed-off-by: R00t Killah

rsync is one of the defined sync types for vagrant. See https://www.vagrantup.com/docs/synced-folders/rsync.html

feature_request

**Describe the feature you'd like** It would be fantastic if certain hosts could be reached through a proxy. Consider the following: Desire to scan internal hosts on the 10.0.0.0/24 network...

enhancement
agent

**Describe the feature you'd like** Although nmap discovers https servers and their respective CN and SAN, the screenshot is just the IP. Web screenshot should be made with vhost set...

enhancement
agent

RandomInt seeds prng with insufficient entropy at each invocation ``` func RandomInt(min, max int) int { rand.Seed(time.Now().UnixNano()) return min + rand.Intn(max-min) } ``` RandomAESKey uses the non-cryptoprahically random prng to...

Since dbnode can have a psql backend, it is possible for multiple nodes to share the same psql backend. Although it would be possible for each node have a seperate...