mirror of
https://github.com/Stone-Red-Code/FraudCapturer.git
synced 2026-09-04 09:06:06 +02:00
1.4 KiB
1.4 KiB
FraudCapturer
FraudCapturer is a windows app which analyzes the network trafic of your PC and blocks potential threats
Usage
- Download one of the releases
- Download and install nmap
- (Not reqired but recommended) Get a proxycheck.io api key
- Start
FraudCapturer.exeas administrator and pass the proxycheck api key to it if you have one - Select the network device you want the program to listen to
Additional information
-
Why do i need to install nmap?
It is required because FraudCapturer uses it to monitor incoming and outgoing packets.
FraudCapturer uses the sharppcap (license) library to communicate with nmap. -
Does FraudCapturer send all packet contents to the APIs?
No, only the required information (IP addresses/domains) and the PC name to identify the device are sent to the APIs. -
How does FraudCapturer determine which IP addresses or domains are potential threats?
It uses the proxycheck.io and Anti-Fish APIs. -
Why does FraudCapturer need administrator rights?
FraudCapturer needs them because it uses the Windows firewall to block IP addresses.