-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--HELP WANTED-- #2
Comments
Gteditor99, please Don't use the code you can easily copy from the internet just as it is without understanding it! It doesn't help you to learn anything... https://www.thepythoncode.com/article/syn-flooding-attack-using-scapy-in-python https://github.com/x4nth055/pythoncode-tutorials/blob/master/scapy/syn-flood/syn_flood.py those would be one of the sources you might copy. you always have to write down on your source to let anybody know where you copy the code from if you did. by the way the original code seems not working with the port. It only allows IP addresses. since you don't know which version of Scapy is used for the original source of your code - pip install just pull the latest version - it could be a problem with the latest version of the Scapy library or something else. I don't suggest you spend much time figuring out those library issues if you don't quickly find a solution. It wastes your time and blocks you from doing better great projects like games, the utility projects I told you to help your family. I want to give you a better project idea.
those are really great projects for you to start a journey as a programmer! (which I also did when I was your age) if you'd like to follow the utility idea, please write it as a plan first, like a sequence flow like
Then you can start your coding to make your family happy along with your learning. Gteditor99! |
merge this PR if you want to run your code correctly https://github.com/Gteditor99/Nzen2-DDoSpy/pull/3/files and explanation of the code #3 But I hope you find a better project idea instead of this hacking stuff. hacking doesn't give you much learning and doesn't train your logical thinking for your future...and it needs a lot of studies to understand many many stuffs (remember the difference between know and understand) and totally it doesn't help you to achieve your dream like working in Tesla :) find something that you can help your family or someone else. |
Fair enough.
Mark $everlong
In the meantime I will keep this repo open. |
I replaced
with Scapy, for more efficient code & the ability to implement more options,
like SYN Flooding (A.k.a TCP flooding), or IP spoofing. This also means that a dependency will be added, Ncpcap,
And will have to be manually installed by the user.
Speaking of SYN flooding, the function there, ( DoS_synflood() ) has 5 parts.
The problem here is that when executed, (In debug mode) this happens:
It's obviously referring to
raw = RawVal(b"X"*1024)
, but I have yet to figure out what 'rdiv' is.Help?
The text was updated successfully, but these errors were encountered: