reconnaissance
Here are 213 public repositories matching this topic...
-
Updated
May 20, 2020 - Python
If you click a link from your Aquatone report, and your viewing it from a VPS http server, it sends referrer links with the location of the report along with the request.
Could you add rel="noreferrer"
to the links that are generated so this doesn't happen?
Thanks
-
Updated
May 14, 2020 - Python
-
Updated
May 19, 2020 - Shell
-
Updated
Mar 5, 2020 - Python
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
May 21, 2020 - Go
-
Updated
Apr 30, 2020 - C
-
Updated
Sep 7, 2018 - JavaScript
-
Updated
May 8, 2020 - Python
-
Updated
Apr 10, 2020 - Python
-
Updated
Apr 18, 2020 - CSS
-
Updated
Mar 27, 2020 - Python
now that we're getting a few more contributers, standardize on ubuntu / osx as the dev os, and include more instructions here: https://github.com/intrigueio/intrigue-core/wiki/Setting-up-a-Test-Environment-on-Ubuntu-Linux
Is your feature request related to a problem? Please describe.
It's not a problem, but it will be nice if we can know if the service is paid before opening the link.
Describe the solution you'd like
Put a label on each link to tell if the service is paid or not.
Streamline logging
The following things should be fixed:
- Inserts that trigger an upsert should be logged as an update
- An update should log the identifier/value the old value (or none) and the new value, eg:
column: old => new
- Avoid duplicate code for scoped/unscoped that only differ in color codes
Also, consider:
- Reuse the one-line representation in
select
as a base for detailed
-
Updated
Feb 20, 2020 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
Mar 18, 2020 - Python
-
Updated
May 19, 2020 - Shell
-
Updated
May 20, 2020 - Python
-
Updated
Dec 3, 2018 - Python
-
Updated
May 19, 2020 - Go
-
Updated
May 20, 2020 - Python
-
Updated
Dec 17, 2018 - Python
-
Updated
Jan 13, 2020 - Python
Using polling is not the optimal solution you task. Short-term processes are not taken into account at all. Processor cycles for idle operations are consumed. A much more effective solution would be to monitor the "exec" system call. See https://stackoverflow.com/questions/29840213/how-do-i-trace-a-system-call-in-linux and https://github.com/drai
-
Updated
Oct 14, 2018 - Shell
Improve this page
Add a description, image, and links to the reconnaissance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reconnaissance topic, visit your repo's landing page and select "manage topics."
Some modules and functions throughout the code base have little to no docstring, this should change!