README.txt 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ===========================================================================
  2. _ _ ___ _
  3. _ __ / \ _ __ / \ _ __ ___|_ _| / \
  4. | '_ \ / _ \ | '__/ _ \ | '_ \ / _ \| | / _ \
  5. | |_) / ___ \| | / ___ \| | | | (_) | | / ___ \
  6. | .__/_/ \_\_|/_/ \_\_| |_|\___/___/_/ \_\
  7. |_| Tiny "Secure" Browser... by psy
  8. ===========================================================================
  9. Welcome to pArAnoIA [ Toolkit-Browser ] ;-)
  10. ===========================================================================
  11. ###############################
  12. # Project info
  13. ###############################
  14. - Website:
  15. https://browser.03c8.net
  16. ###############################
  17. # Summary
  18. ###############################
  19. pArAnoIA - is a toolkit designed to surf the Internet.
  20. ###############################
  21. # Installing
  22. ###############################
  23. pArAnoIA runs on many platforms. It requires Python (3.x) and the following libraries:
  24. python3-gi - Python 3 bindings for gobject-introspection libraries
  25. python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
  26. python3-requests - elegant and simple HTTP library for Python3, built for human beings
  27. libgirepository1.0-dev - Library for handling GObject introspection data (development files)
  28. You can automatically get all required libraries using (as root):
  29. sudo python setup.py
  30. For manual installation, on Debian-based systems (ex: Ubuntu), run:
  31. sudo apt-get install python3-gi python3-geoip python3-requests libgirepository1.0-dev gir1.2-webkit-3.0
  32. On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
  33. pip3 install requests
  34. pip3 install PyGObject
  35. pip3 install pygeoip
  36. ###############################
  37. # Starting
  38. ###############################
  39. To run pArAnoIA:
  40. ./pArAnoIA.py (or python3 pArAnoIA.py)
  41. ###############################
  42. # Timelog
  43. ###############################
  44. --------------------------
  45. 01.11.2024 : v.0.3
  46. --------------------------
  47. --------------------------
  48. 02.01.2020 : v.0.2b
  49. --------------------------
  50. --------------------------
  51. 07.07.2019 : v.0.1a
  52. --------------------------
  53. ###############################
  54. # Thanks to
  55. ###############################
  56. - UFo & Z!
  57. - TimBL (aka Sir TJ Berners-Lee)
  58. - TorProject.org
  59. - World Wide Antifas >-)
  60. -------------------------
  61. ############