Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
/ Imparser Public archive

Parses the Imposters of an Among Us Game using the "Start Game"-Package

Notifications You must be signed in to change notification settings

simonpannek/Imparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imparser (Imposter-Parser)

See who the Imposters in an Among Us round are without a modded client (just using Wireshark).

I do not recommend using this in public rounds, as this ruins the game for others. This is just a showcase for what is possible if a game is implemented client-side.

How to use?

Open Wireshark, start listening on your Internet Connection and filter for udp && data.data[0] == 01 && data contains 40:1c:46:00 && frame.len > 100.

After a round starts a new package should appear. Select the package and right-click on the hex dump which appears at the bottom of the window.

Press "Copy Bytes ...as a Hex Stream" and paste the result in the text field of the parser.

Now you should be able to see who the imposters are in the table below.

Example Hexdump

In case you want to try out the parser without running WireShark + Among Us, you can just copy the hexdump from the example_hexdump.txt file into the parser and try it out that way.

It should look similar to this:

About

Parses the Imposters of an Among Us Game using the "Start Game"-Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published