Advertisement
RebelRose

♠️🌹♠️AliaStorm Favorite build♠️🌹♠️

Mar 5th, 2025
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.30 KB | None | 0 0
  1. pip install lxml-html-clean
  2. pkg install imagemagick
  3. Pip install requests_html
  4.  
  5. git clone https://github.com/AnonCatalyst/AliaStorm
  6.  
  7. cd AliaStorm
  8.  
  9. python3 aliastorm.py
  10.  
  11.  
  12. AliaStorm is a versatile Python script designed for efficiently searching for a specific username across a curated list of URLs. It provides detailed results and customizable search options, making it a valuable tool for monitoring online presence or investigating username usage across various websites. AliaStrom is also a counter part of Ominis-Osint: Web Hunter
  13.  
  14. Features
  15. Efficient Search: Quickly finds usernames across URLs.
  16. Customizable Options: Tailor searches with flexible parameters.
  17. Detailed Results: Provides comprehensive feedback for each URL.
  18. Color-Coded Output: Enhances readability with intuitive visual cues.
  19. Robust Error Handling: Ensures smooth execution with error management.
  20. Intelligent Detection: Automatically detects usernames in URLs, titles, descriptions, and HTML content.
  21. Requirements
  22. To use AliaStorm, ensure you have the following packages installed:
  23.  
  24. colorama
  25. requests_html
  26. beautifulsoup4
  27. You can install these packages using pip: pip install -r requirements.txt --break-system-packages
  28.  
  29. Usage
  30.  
  31. git clone https://github.com/AnonCatalyst/AliaStorm
  32.  
  33. cd AliaStorm
  34.  
  35. python3 aliastorm.py {username}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement