Skip to content

CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch

License

Notifications You must be signed in to change notification settings

ZaharX97/OWReveal

Repository files navigation

OWReveal

CSGO Overwatch revealer by sniffing packets

Main window WatchList

Latest Version:

  • v4.6.1 Download
    • fixed #36 (#37) (deleted steam accounts caused a function to get stuck)

How to use?

  1. Download and install npcap (https://nmap.org/npcap/)
  2. Open my program
  3. Select your network interface
  4. Press Start

How to build a .exe from this?

  1. Install the latest python v3
  2. Install pyinstaller and all needed modules (scapy / requests / Pillow / mysql-connector / protobuf / keyboard)
  3. Download this project and extract into a folder
  4. Open cmd/powershell in that folder

a) For app version >= 4.2 use

pyinstaller --icon app_icon.ico --clean --add-data "resources/app_icon.png;resources" --add-data "resources/csgo_rank_icons/*.png;resources/csgo_rank_icons" --onefile --noconsole main.py

b) For app version <= 4.1.x use

pyinstaller --icon app_icon.ico --onefile --noconsole main.py

  1. The .exe should be in /dist/ folder

Q&A

Q: Will I get VAC banned?
A: Probably not, it does the same thing as Wireshark to get the link

Q: What is npcap and why do I need it?
A: I'm not sure but on Windows it's needed to sniff packets

Q: How do I find The Suspect's profile with this?
A: Check who has the same score as The Suspect and click his name

Q: What is with the console version of the .exe?
A: The one with console opens a cmd along and prints errors or whatever print statements I forgot to remove

Q: What extra modules does this app use?
A: (scapy / requests / Pillow / mysql-connector / protobuf)

Q: Not a question, but k/d/a in your app is wrong
A: Could be, in my app it's displayed as k/a/d and I'm not sure I covered all edge cases
Also when you select a round, it shows the stats from the end of that round.

Q: What python version was this written for?
A: I wrote this using python 3.8.1

Demo Rename Format:

?N gets replaced by original demo name (bunch of numbers)
?Ttime_format? gets replaced by demo date in the format you choose
more info here: time format codes

Older Versions:

  • v4.5.7 Download

    • fixed #32
  • v3.1.5 Download

    • changed npcap link to main site
    • fixed a bug when first adding to watchlist
  • v3.0 Download

    • Added a watchlist to track suspect players
  • v2.0 Download

    • added demo parsing, see player stats in each round
    • click on player to open steam profile
  • v1.0 Download

    • First release, only finds the demo link

Tags that might help find this

csgo overwatch revealer the suspect find profile cs:go vac watchlist demo guide tutorial
How to Find "The Suspects" profile in Overwatch
csgo find suspect profile
[Tutorial] Viewing "The Suspect's" steam profile.
how to get the real name of the suspect in overwatch cases

About

CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages