Giter Site home page Giter Site logo

Comments (4)

the-c0d3r avatar the-c0d3r commented on July 28, 2024

can you show the whole traceback? What's the argument you used to run the program?

from admin-finder.

sc2323-90 avatar sc2323-90 commented on July 28, 2024

i have run with

C:\admin-finder>python adminfinder.py -u https://example.com/ -w wordlist.txt -t 10x

and respon

**�[91m
╔════════════════════════════════════════════╗
║ . . ║
║ ,-. ,-| ,-,-. . ,-. ," . ,-. ,-| ,-. ,-. ║
║ ,-| | | | | | | | | |- | | | | | |-' | ║
-^ -^ ' ' ' ' ' ' | ' ' ' -^ -' ' ║
║ ' the-c0d3r ║
╚════════════════════════════════════════════╝
�[0m
[+] Detected robot file at https://example.com/robots.txt
[+] Detected keywords in robot file

/joomla/administrator/
/administrator/
/joomla/administrator/
/administrator/

Would you like to continue scanning?
[y]/n: y
Traceback (most recent call last):
File "adminfinder.py", line 125, in
main()
File "adminfinder.py", line 99, in main
semaphore = asyncio.Semaphore(args.threadcount)
File "C:\Python38\lib\asyncio\locks.py", line 453, in init
if value < 0:
TypeError: '<' not supported between instances of 'str' and 'int'**

did I run wrong? or can you provide another solution?

from admin-finder.

the-c0d3r avatar the-c0d3r commented on July 28, 2024

-t 10x this is where you are supposed to give number, not string. Try without the x and it will work.

python adminfinder.py -u https://example.com/ -w wordlist.txt -t 10

from admin-finder.

the-c0d3r avatar the-c0d3r commented on July 28, 2024

Closing issue as the user error was fixed and no more news from the author.

from admin-finder.

Related Issues (9)

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.