Projects STRLCPY Osintgram Commits ac49d772
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # Osintgram 🔎📸
    2 2   
    3  -[![version-1.1](https://img.shields.io/badge/version-1.1-green)](https://github.com/Datalux/Osintgram/releases/tag/1.1)
     3 +[![version-1.2](https://img.shields.io/badge/version-1.2-green)](https://github.com/Datalux/Osintgram/releases/tag/1.2)
    4 4  [![GPLv3](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
    5 5  [![Python3](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
    6 6  [![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/osintgram)
    skipped 38 lines
    45 45   
    46 46  You can find detailed commands usage [here](doc/COMMANDS.md).
    47 47   
    48  -[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.1) |
     48 +[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.2) |
    49 49  [Commands](doc/COMMANDS.md) |
    50 50  [CHANGELOG](doc/CHANGELOG.md)
    51 51   
    skipped 117 lines
  • ■ ■ ■ ■ ■ ■
    doc/CHANGELOG.md
    1 1  # Changelog
    2 2   
     3 +## [1.2](https://github.com/Datalux/Osintgram/releases/tag/1.2)
     4 +**Enhancements**
     5 +- Added virtual environment (#126)
     6 +- Removed some typos (#129, #118)
     7 +- Added new configuration (#125)
     8 +- Added new `commentdata` command (#131)
     9 +- Added Docker support (#141)
     10 + 
     11 + 
     12 +**Bug fixes**
     13 +- Fix bug #138 (fc2a6be)
     14 +- SSL certificate error (#136)
     15 + 
     16 + 
    3 17  ## [1.1](https://github.com/Datalux/Osintgram/releases/tag/1.1)
    4 18  **Enhancements**
    5 19  - Improved command parser (#86)
    skipped 122 lines
  • ■ ■ ■ ■
    main.py
    skipped 22 lines
    23 23   pc.printout("\_______ /____ >__|___| /__| \___ /|__| (____ /__|_| /\n", pc.YELLOW)
    24 24   pc.printout(" \/ \/ \/ /_____/ \/ \/ \n", pc.YELLOW)
    25 25   print('\n')
    26  - pc.printout("Version 1.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
     26 + pc.printout("Version 1.2 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
    27 27   pc.printout("Type 'list' to show all allowed commands\n")
    28 28   pc.printout("Type 'FILE=y' to save results to files like '<target username>_<command>.txt (default is disabled)'\n")
    29 29   pc.printout("Type 'FILE=n' to disable saving to files'\n")
    skipped 149 lines
Please wait...
Page is in error, reload to recover