GithubHelp home page GithubHelp logo

threader3000's Introduction

ko-fi

Twitter: joehelle GitHub Dievus YouTube MayorSec Discord

Hey everyone. I'm TheMayor, aka Joe Helle.

  • 👀 I’m interested in paramotoring, hacking, and family
  • 🌱 I’m currently chasing my tail

Note ⚠️⚠️⚠️

I generally do not accept commits or changes to my projects. While I appreciate you taking the time to want to improve my code with your ideas, these are projects I've created for myself and choose to share with others. On occasion I accept changes when it is something I feel would be a benefit to my own use of the tool, otherwise I generally deny them.

threader3000's People

Contributors

dievus avatar plasticuproject avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

threader3000's Issues

A suggestion

I thought it would be great to look for vulnerabilities too while using the nmap scan, just to add something like this:

print("\n\n\n\nLooking for vulns at the services we found:")
nmap_vulns = "nmap -p{ports} -sV --script vuln -oA {ip}.vulns {ip}".format(ports=",".join(discovered_ports), ip=target)
print(nmap_vulns)
os.system(nmap_vulns)
t4 = datetime.now()
total2 = t4 - t3
print("-" * 60)
print("Combined scan completed in "+str(total2))

OSError

OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ OSError: [Errno 24] Too many open files File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ File "/usr/lib/python3.10/socket.py", line 232, in __init__ OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files File "/usr/lib/python3.10/socket.py", line 232, in __init__ OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files OSError: [Errno 24] Too many open files

this error appeared :| ,

slower when running on windows

Threader3000 is a great tool.

I am amazed at just how fast threader3000 runs its initial scan. I've installed threader3000 on all kinds of Linux hosts with great results in all cases.

Now I have installed threader3000 on a Windows 10 machine, and I notice that the initial nmap scan, which I would expect to take a few seconds, takes 1 minute 41 seconds. I see no output until the scan completes.

Exactly the same symptom for Git Bash and Cygwin terminal windows.

When run from a normal cmd.exe prompt, I get the same result, except that I immediately see the comforting "Port nnn is open..." throughout the duration of the scan.

I have tested nmap.exe (V.7.70) by itself and found that scanning all 65,535 TCP ports on localhost takes 1.76 seconds using the T5 flag. Threader3000's initial nmap scan reliably takes 1 minute 41 seconds to complete on localhost.

This is certainly not a deal-breaker, but I am curious as to why this is happening, and what I might be able to troubleshoot and/or analyze.

always return 0 result

socket connect always returned me a timeout while nmap returned results. No clue about it.
Did anyone report that issue ?

Problems with scan if no ports found

If the initial scan didn't find any open ports the suggested nmap scan will try to run with the flag -p, but without ports after and will produce an error without running.

Pypi installation only allows for python versions 3.8+, even though it will run on versions 3.5+ without issue

Currently in your pypi package setup.py script you only allow for installation on Python versions 3.8 and higher.
So someone running versions < 3.8 cannot install your program with pip even though the program will run on lesser versions without issue.

Since your code is version 3.5+ compliant and a lot of systems still ship with versions < 3.8, you could easily allow it to be downloaded and installed with pip by changing line # 21 from:
'python_requires': '>=3.8,<4.0',
to
'python_requires': '>=3.5',

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.