Feature #1690
Add ability to perform a port scan
Start date:
05/22/2019
Due date:
% Done:
100%
Subtasks
Associated revisions
Adding ability to set the timeout to use when port scanning
Reference #1690
History
#1 Updated by Luke Murphey almost 8 years ago
Some possible approaches to use:
- http://www.pythonforbeginners.com/code-snippets-source-code/port-scanner-in-python
- https://digitz.org/blog/create-your-own-simple-port-scanner-using-python/
- http://www.coderholic.com/python-port-scanner/
- http://code.activestate.com/recipes/286240-python-portscanners/
- http://www.primalsecurity.net/0x1-python-tutorial-port-scanner/
- http://www.offensivepython.com/2013/10/port-scanning-with-python.html
- https://sourceforge.net/projects/port-scanner-python/
#2 Updated by Luke Murphey over 7 years ago
I really like this one:
https://null-byte.wonderhowto.com/how-to/sploit-make-python-port-scanner-0161074/
#4 Updated by Luke Murphey over 7 years ago
- Target version set to 1.2
#5 Updated by Luke Murphey about 7 years ago
- Target version changed from 1.2 to 1.3
#6 Updated by Luke Murphey about 7 years ago
Contacts:
- Rob (via LinkedIn) asked to have something that could detect when a port goes up or down.
- See also https://github.com/LukeMurphey/splunk-website-monitoring/issues/17
#7 Updated by Luke Murphey over 5 years ago
- Target version changed from 1.3 to 1.4
#8 Updated by Luke Murphey over 5 years ago
- Multithreaded: http://code.activestate.com/recipes/286240-python-portscanners/
- Gets banner: http://www.primalsecurity.net/0x1-python-tutorial-port-scanner/
- Another multi-threaded: https://sourceforge.net/p/port-scanner-python/code/ci/master/tree/port_scanner.py
UDP port scan example: https://stackoverflow.com/questions/42867192/python-check-udp-port-open/49518366
#9 Updated by Luke Murphey over 5 years ago
- Status changed from New to Closed