Code Monkey home page Code Monkey logo

dymerge's People

Contributors

k4m4 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dymerge's Issues

"KILLED" After Merging Two Big Wordlists

After attempting to merge together two wordlists (143.9MB + 2.9GB), it ended with "KILLED".
Here is the code:
root@kali:~/dymerge# python dymerge.py '/root/Downloads/Wordlists/HashesORG251015.txt' '/root/Downloads/Wordlists/W0RD715T.txt' -s -u -o ~/Desktop/P455W0RD715T.txt
DyMerge 0.2 Nikolaos Kamarinakis (nikolaskama.me)

[+] Starting Dictionary Merge Task
[+] Reading Dictionaries
[+] Merging DictionariesKilled
root@kali:~/dymerge#

So Basically, it broke, i'm guessing from the size of the wordlists.

Dictionary(ies) Not Found --> Please Enter A Valid Path

how to fix
root@kali:~/tools/dymerge# python dymerge.py /root/CUPP/cupp/bebes.txt /dicts/2015865.txt /dicts/habiba.txt 1 /dicts/facebook-pastebay.txt /dicts/facebook-phished.txt -s -u -o ~/wordlist.txt

DyMerge 0.2 Nikolaos Kamarinakis (nikolaskama.me)
  ____                                                  
 /\  _`\           /'\_/`\
 \ \ \/\ \  __  __/\      \     __   _ __    __      __ 
  \ \ \ \ \/\ \/\ \ \ \__\ \  /'__`\/\` __\/'_ `\  /'__`\
   \ \ \_\ \ \ \_\ \ \ \_/\ \/\  __/\ \ \//\ \_\ \/\  __/
    \ \____/\/`____ \ \_\\ \_\ \____\\ \_\\ \____ \ \____\
     \/___/  `/___/  \/_/ \/_/\/____/ \/_/ \/____\ \/____/
                /\___/                       /\____/
                \/__/  Made with <3 by k4m4  \_/__/

[+] Starting Dictionary Merge Task
[+] Reading Dictionaries
[+] Merging Dictionaries
[-] Dictionary(ies) Not Found --> Please Enter A Valid Path
[-] System Exit
root@kali:~/tools/dymerge# 

Memory Issue when merging wordlists bigger than RAM

Is there a way to combine two lists that exceed the available RAM?
Im in a cenario where I want to merge a smaller list into my main list.
I don't know if this is possible but maybe through some kind of swap?
In any other regards your lil program runs like a charm.

SyntaxError

can you please help with this problem?

File "dymerge.py", line 25
print info
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(info)?

thanks

print info bug

──(---γ‰Ώkali)-[~/HACKLAB-master/tools/dymerge]
└─$ python dymerge.py
File "/home/rohit/HACKLAB-master/tools/dymerge/dymerge.py", line 25
print info
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

bug find by @vrcoderyt
Screenshot from 2023-04-11 22-37-09

Dictionary(ies) Not Found --> Please Enter A Valid Path

root@kali:~/tools/dymerge# python dymerge.py /root/CUPP/cupp/bebes.txt /dicts/2015865.txt /dicts/habiba.txt 1 /dicts/facebook-pastebay.txt /dicts/facebook-phished.txt -s -u -o ~/wordlist.txt

DyMerge 0.2 Nikolaos Kamarinakis (nikolaskama.me)
  ____                                                  
 /\  _`\           /'\_/`\
 \ \ \/\ \  __  __/\      \     __   _ __    __      __ 
  \ \ \ \ \/\ \/\ \ \ \__\ \  /'__`\/\` __\/'_ `\  /'__`\
   \ \ \_\ \ \ \_\ \ \ \_/\ \/\  __/\ \ \//\ \_\ \/\  __/
    \ \____/\/`____ \ \_\\ \_\ \____\\ \_\\ \____ \ \____\
     \/___/  `/___/  \/_/ \/_/\/____/ \/_/ \/____\ \/____/
                /\___/                       /\____/
                \/__/  Made with <3 by k4m4  \_/__/

[+] Starting Dictionary Merge Task
[+] Reading Dictionaries
[+] Merging Dictionaries
[-] Dictionary(ies) Not Found --> Please Enter A Valid Path
[-] System Exit
root@kali:~/tools/dymerge# 

MemoryError when trying to merge large lists.

[+] Merging DictionariesTraceback (most recent call last):
File "dymerge.py", line 459, in
main()
File "dymerge.py", line 427, in main
readFiles()
File "dymerge.py", line 109, in readFiles
lines = myFile.readlines()
MemoryError

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.