asnrecon icon indicating copy to clipboard operation
asnrecon copied to clipboard

ASN reconnaissance script

Results 8 asnrecon issues
Sort by recently updated
recently updated
newest added

# Description ASN Recon only run with Python2. It's deprecated and it can't use latest version of `pyOpenSSL` and `pyasn`. When using Python3 it triggers `raw_input()` problem and `pop from...

# Description After scanning some IP ranges `103.2.28.0/24` the program seems to run but after sometime, it got finished with no result. # Attachment ![Screenshot_2022-02-24-13-04-02-26-picsay](https://user-images.githubusercontent.com/62210133/155467658-d2d0c18d-8711-46a2-a71c-07293a5cfe68.jpg)

When trying this out on a system, where `pip` / `python` is missing, I get errors like these: ``` ./install.sh: line 2: pip: command not found ./install.sh: line 3: pip:...

For solving issue https://github.com/orlyjamie/asnrecon/issues/3. Adding a check - where the scripts checks if these binaries are on a system.

![ShiftLeft Logo](https://docs.shiftleft.io/img/logo-dark.svg) This pull request adds a GitHub Action workflow file that executes ShiftLeft NextGen SAST (NG SAST) on this PR. Once merged, it will also execute NG SAST on...

python asnrecon.py.1 ─╯ Select an option: [1] Full ASN scan [2] Specific IPv4 range scan Traceback (most recent call last): File "/Users/*******/Documents/VSCODE/PERSO/asnrecon/asnrecon.py.1", line 237, in selected = str(raw_input()).strip() NameError: name...