Coder Social home page Coder Social logo

s77rt / multicapconverter Goto Github PK

View Code? Open in Web Editor NEW
65.0 6.0 9.0 269 KB

Tool used to Convert a cap/pcap/pcapng capture file to a hashcat hcwpax/hccapx/hccap/hcpmkid/hceapmd5/hceapleap file

License: MIT License

Python 100.00%
extract-handshakes wpa hccapx eap-md5 eap-leap multicapconverter hashcat hcwpax hccap hcpmkid

multicapconverter's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ“ซ How to reach me: Telegram @s77rt

multicapconverter's People

Contributors

gcarmix avatar s77rt 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

multicapconverter's Issues

How to get rid of the error?


D:\Python\38_64\python.exe multicapconverter.py --input OUT.pcapng  --all
[i] Networks detected: 99
[!] Unsupported if_tsresol: 1

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "D:\Python\38_64\lib\multiprocessing\spawn.py", line 116, in spawn_main
    exitcode = _main(fd, parent_sentinel)
  File "D:\Python\38_64\lib\multiprocessing\spawn.py", line 126, in _main
    self = reduction.pickle.load(from_parent)
  File "D:\VZLOM_WIFI\Caps\convert\multicapconverter.py", line 297, in __setitem__
    dict.__setitem__(self, key, {value: 1})
TypeError: unhashable type: 'dict'

What could be the problem? And how to make the script work?

Problem with Python Dict or Spawn.py Multi Processing

โฏ python3 multicapconverter.py --input ../hashcat-utils-1.8/airportSniffYCMr2h.cap --group-by handshake -x hccapx --all
[i] Networks detected: 40
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/Cellar/[email protected]/3.9.2_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/spawn.py", line 116, in spawn_main
    exitcode = _main(fd, parent_sentinel)
  File "/usr/local/Cellar/[email protected]/3.9.2_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/spawn.py", line 126, in _main
    self = reduction.pickle.load(from_parent)
  File "/Users/username/Tools/multicapconverter/multicapconverter.py", line 574, in __setitem__
    dict.__setitem__(self, key, {value: 1})
TypeError: unhashable type: 'dict'

Nothing exported. You may want to:
- Try a different export format (-x/--export)
- Use --ignore-ie to ignore ie (AKM Check) (Not Recommended)

Python multiprocessing error

Hi,
Error below, on Windows 10 + Python 3.8.0

c:\Python38\python.exe multicapconverter.py -i handshakes.cap --group-by handshake -x hccapx
Networks detected: 8
Traceback (most recent call last):
File "multicapconverter.py", line 1685, in
main()
File "multicapconverter.py", line 1590, in main
build(export=args.export, export_unauthenticated=args.all, filters=args.filter_by, group_by=args.group_by)
File "multicapconverter.py", line 1541, in build
task.start()
File "c:\Python38\lib\multiprocessing\process.py", line 121, in start
self._popen = self._Popen(self)
File "c:\Python38\lib\multiprocessing\context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "c:\Python38\lib\multiprocessing\context.py", line 326, in _Popen
return Popen(process_obj)
File "c:\Python38\lib\multiprocessing\popen_spawn_win32.py", line 93, in init
reduction.dump(process_obj, to_child)
File "c:\Python38\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'build..build_chunk'

Get PMKIDs also from other frames

Hi,
I have a cap file where multicapconverter does not output any PMIKD while hcxpcapngtool does find one.

So here is a feature request to get PMKIDs also from other frames (e.g. reassociationrequest)
Output: https://pastebin.com/L49uNT1S

I can provide cap file by email if you want.

Thanks a lot !

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.