spidr_stealth 0.0.1 copy "spidr_stealth: ^0.0.1" to clipboard
spidr_stealth: ^0.0.1 copied to clipboard

Evasion and stealth features like User-Agent rotation, canvas masking, and dynamic fingerprints.

example/main.dart

import 'package:spidr_stealth/spidr_stealth.dart';

void main() {
  final ua = UserAgentGenerator.randomDesktop();
  print('Generated Random User-Agent for Evasion:');
  print('  $ua');
}
0
likes
150
points
129
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Evasion and stealth features like User-Agent rotation, canvas masking, and dynamic fingerprints.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, spidr_core

More

Packages that depend on spidr_stealth