README.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 (>2.7.9) and the following libraries:
  24. python-gi - Python 2.x bindings for gobject-introspection libraries
  25. python-geoip - Python bindings for the GeoIP IP-to-country resolver library
  26. python-requests - elegant and simple HTTP library for Python2, built for human beings
  27. You can automatically get all required libraries using:
  28. sudo python setup.py install
  29. For manual installation on Debian-based systems (ex: Ubuntu), run:
  30. sudo apt-get install python-gi python-geoip python-requests
  31. On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
  32. pip install geoip
  33. pip install requests
  34. ###############################
  35. # Starting
  36. ###############################
  37. To run pArAnoIA:
  38. ./pArAnoIA.py (or python2 pArAnoIA.py)
  39. ###############################
  40. # Timelog
  41. ###############################
  42. --------------------------
  43. 07.07.2019 : v.0.1a
  44. --------------------------
  45. ###############################
  46. # Thanks to
  47. ###############################
  48. - UFo & Z!
  49. - TimBL (aka Sir TJ Berners-Lee)
  50. - TorProject.org
  51. - World Wide Antifas >-)
  52. -------------------------
  53. ############