ritvikb99 / dark-fantasy-hack-tool

DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
366 stars 73 forks source link

Refactors code, improves imports, improves error handling #9

Closed Nelson-Gon closed 3 years ago

Nelson-Gon commented 3 years ago

Hi,

Interesting work. This pull request does the following:

Please review and let me know what you think,

Thanks!

ritvikb99 commented 3 years ago

Choosing dunction on the main screen not working the way you implemented it through the dictionary

Nelson-Gon commented 3 years ago

Thanks, could you please add a test file/script that I can use to test the changes and what is expected if all is good?

Nelson