adamast0r

Results 7 issues of adamast0r

- [x ] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x ] I am convinced that my issue is new after having checked both open and closed...

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [ x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [...

feature

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [X] I...

upstream

I have experienced that sometimes I get more output when running: snmpbulkwalk -v2c -c public -Cn0 -Cr10 IP_ADDRESS than the tools currently running: onesixtyone and snmpwalk, could we also run...

I found recently that Feroxbuster does not try to find subfolders by default, this makes easy to miss important folders, what is run is currently: `feroxbuster -u http://10.11.1.251:80/ -t 10...

enhancement

Anyway we could integrate "searchsploit" into autorecon? While a quick fix integration would be doing something like: `searchsploit --nmap xml/_full_tcp_nmap.xml ` The problem is the number of searches that are...

I got this error when using python 3.9: ``` $ ./generate_keys.py Traceback (most recent call last): File "/home/hugol/itags/FindMy/./generate_keys.py", line 28, in priv_bytes = int.to_bytes(priv, 28) TypeError: to_bytes() missing required argument...