Alvin Smith

Results 13 issues of Alvin Smith

Current version is not even working

**Describe the bug** ModuleNotFoundError: No module named 'inql' **To Reproduce** 1. pip3 install -r requirements.txt no errors 2. jython install it failed 3. run standalone cli failed too **Expected behavior**...

``` Traceback (most recent call last): File "/Users/AlvinSmith/.BurpSuite/bapps/b2244cbb6953442cb3c82fa0a0d908fa/UploadScanner.py", line 982, in doActiveScan self.do_checks(injector) File "/Users/AlvinSmith/.BurpSuite/bapps/b2244cbb6953442cb3c82fa0a0d908fa/UploadScanner.py", line 1079, in do_checks colab_tests.extend(self._ghostscript(injector, burp_colab)) File "/Users/AlvinSmith/.BurpSuite/bapps/b2244cbb6953442cb3c82fa0a0d908fa/UploadScanner.py", line 1079, in do_checks colab_tests.extend(self._ghostscript(injector, burp_colab)) File...

It's nice to tell people that ARM is not been excluded.

**Describe the bug** Rustscan missed scanning port 2375 ssl/docker that Nmap shows the result **To Reproduce** Steps to reproduce the behavior: My `rustscan` is just an alias for the docker...

Tested on HTB Scrambled ```bash python examples/lookupsid.py 'scrm.local/[email protected]' -no-pass --use-kerberos Impacket v0.11.0 - Copyright 2023 Fortra [*] Brute forcing SIDs at dc1.scrm.local [*] StringBinding ncacn_np:dc1.scrm.local[\pipe\lsarpc] [*] Domain SID is: S-1-5-21-2743207045-1827831105-2542523200...

https://github.com/Tib3rius/AutoRecon/blob/1160474b2331879ee9de6c101026abb4d63cadd4/autorecon/main.py#L402C3-L402C3 ```python from impacket.dcerpc.v5 import transport from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_LEVEL_NONE from impacket.dcerpc.v5.dcomrt import IObjectExporter target = f"ncacn_ip_tcp:{target.ip}" rpcTransport = transport.DCERPCTransportFactory(target) portmap = rpcTransport.get_dce_rpc() portmap.set_auth_level(RPC_C_AUTHN_LEVEL_NONE) portmap.connect() obj = IObjectExporter(portmap) bindings =...