Skip to content

issues Search Results · repo:AlexisAhmed/Python3-NmapScanner language:Python

Filter by

0 results
 (49 ms)

0 results

inAlexisAhmed/Python3-NmapScanner (press backspace or delete to remove)

https://github.com/AlexisAhmed/Python3-NmapScanner/blob/d850dd1ea119c7cd5ade66c182532e7c04a26432/Scanner.py#L23 missing a comma and wrong variable used
  • Rithvik1124
  • Opened 
    on Oct 4, 2024
  • #17

There s a typo in the line print( Nmap version: sccaner.nmap_version()), where sccaner should be corrected to scanner . Also, the line type(ip_addr) does not have any impact and can be removed.
  • yassinearahal
  • Opened 
    on Jan 22, 2024
  • #15

Line 23 Say: print( nmap version: sccaner.nmap_version()) should read: print( nmap version: , scanner.nmap_version())
  • christianns
  • Opened 
    on Nov 27, 2023
  • #14

I have cloned this repo and installed all the modules and everything but this is not working
  • ghost
  • 1
  • Opened 
    on Apr 1, 2021
  • #9

Traceback (most recent call last): File /root/Desktop/./nscan.py , line 27, in module print( Open Ports: , scanner[ip_addr][ tcp ].keys()) KeyError: tcp
  • imran-khatib
  • 1
  • Opened 
    on Jan 19, 2021
  • #8

  • ghazalilarik
  • Opened 
    on Dec 8, 2020
  • #7

I want to get the scan method of network distance hop count in the function, can I add it?
  • Rebornown
  • Opened 
    on Oct 22, 2020
  • #6

Hey, Thanks for sharing the video and uploading the code. Just tried to run it and running into a traceback error with the udp on line 33 for option 2. Keyerror: udp . Is this something we need to import ...
  • xyzchris0
  • 2
  • Opened 
    on Jan 6, 2020
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub