Giter Site home page Giter Site logo

padishahiii / rfguess Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 3.0 51.99 MB

基于机器学习的社工字典生成工具. A Machine Learning Approach for Password Guessing. The reproduction of (https://www.usenix.org/conference/usenixsecurity23/presentation/wang-ding-password-guessing)

Home Page: https://www.usenix.org/conference/usenixsecurity23/presentation/wang-ding-password-guessing

License: MIT License

Python 6.92% HTML 75.09% TeX 17.99%
dictionary-attack hacker-dictionary-builder machine-learning password-cracking password-generator password-guessers social-engineering-attacks wordlist-generator

rfguess's People

Contributors

padishahiii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rfguess's Issues

About the training process

Hello,
Can you provide the source code for training RFGuess?
I'd like to fully understand the training process.

Thank you and best regards.

TypeError: Parameters to generic types must be types. Got <BaseTypes.PhoneNumber: 5000>.

C:\Users\john\RFGuess>python main.py
Traceback (most recent call last):
File "C:\Users\john\RFGuess\main.py", line 2, in
from ui.slots import *
File "C:\Users\john\RFGuess\ui\slots.py", line 18, in
from Generators.GeneralPIIGenerators import *
File "C:\Users\john\RFGuess\Generators\GeneralPIIGenerators.py", line 4, in
from Parser.GeneralPIIParsers import *
File "C:\Users\john\RFGuess\Parser\GeneralPIIParsers.py", line 3, in
from Parser.PIIParsers import *
File "C:\Users\john\RFGuess\Parser\PIIParsers.py", line 608, in
class PIIToTagParser:
File "C:\Users\john\RFGuess\Parser\PIIParsers.py", line 750, in PIIToTagParser
def parsePhoneNumToTagDict(cls, phoneNum: str) -> typing.Dict[BasicTypes.PIIType.BaseTypes.PhoneNumber, list]:
File "C:\Programs\Python\Python39\lib\typing.py", line 275, in inner
return func(*args, **kwds)
File "C:\Programs\Python\Python39\lib\typing.py", line 827, in getitem
params = tuple(_type_check(p, msg) for p in params)
File "C:\Programs\Python\Python39\lib\typing.py", line 827, in
params = tuple(_type_check(p, msg) for p in params)
File "C:\Programs\Python\Python39\lib\typing.py", line 164, in _type_check
raise TypeError(f"{msg} Got {arg!r:.100}.")
TypeError: Parameters to generic types must be types. Got <BaseTypes.PhoneNumber: 5000>.

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.