Offline Security Client
Project description
Offline Security Client
Offline Security is new IT Security Project like no other. It based on client-server model. You collect yourself all the necessary data for analysis, send it to server and get the report.
Analysis is performed on the server side.
We don't require any client-specific information (email, company, ip address). That's why we can't link the analysis results with particular company or particular SAP system. The Analysis performed fully anonymously!
All sensitive information like SAPSIDs, ip addresses, server names, role names, and so on will be masked. That's why we need client software.
Table of contents
Installation
Python installation
Install last version of Python from here
Published version installation (recommended)
pip install offlinesec_client
or
python -m pip install offlinesec_client
Installation last version from repository on github.com
git clone git@github.com:offlinesec/offlinesec-client.git
python -m pip install --upgrade pip
pip install setuptools wheel
python setup.py bdist_wheel
python3 -m pip install dist\offlinesec_client-1.0.8-py3-none-any.whl
The Version could be different! Please verify generated wheel name.
Upgrade to last published version
pip install --upgrade offlinesec_client
Quick Start
How to discovery missed SAP Security Notes:
- Prepare text file with installed SAP software component versions (details)
- Send prepared file to server (optional you can set SAP system name):
offlinesec_sap_notes -f "software_components.txt" -s "Demo System"
- Wait aprox 5 minutes (Depends on server load)
- Download your report:
offlinesec_get_reports
- Find your downloaded report in Downloads folder. Enjoy.
Use Cases
- SAP Security Notes Analysis (Vulnerabilities Check)
- How to prepare data and request report
- Report example
- Our knowledge base is constantly updated and contain all SAP security notes released in 2015-2023. You can find the date of last loaded SAP Security Note in your report.
- Profile Parameters/Compliance Analysis
- Will be available in next releases
- Role/Privilege Analysis
- Will be available in next releases
Important Notes:
- We don't collect any client identity like email address, SAP SIDs, company, ip addresses. All Checks are performed fully anonymously.
- The reports aren't stored on server side. Once you have downloaded the report it's deleted.
- All data transferred to server are encrypted with HTTPS protocol.
- The report could download only the person who has token (Random String generated on first start).
- You can download reports within 10 days after it was requested.
Additional documentation is available here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file offlinesec_client-1.0.9.tar.gz
.
File metadata
- Download URL: offlinesec_client-1.0.9.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 319f36ac883e4fdc73a3827014c6c52684e2af8c722f5473b2a9aac459bba685 |
|
MD5 | e3a7e98fbb303317f0e571fcb174102f |
|
BLAKE2b-256 | 16f1b37b88fa2af3d9759c4f85a7fe202d54f9a09f2b50b37753be30aba74317 |
File details
Details for the file offlinesec_client-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: offlinesec_client-1.0.9-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2de4a7c842276b11288e75d22446edc8d7553f600b5e51cb56da5746cb40609c |
|
MD5 | 0a5ad283cbab8d478ee0ab9b4531fb1d |
|
BLAKE2b-256 | 34235ed857fa9e730881c50fb54a6e5251c1040d6fc272108028946ab4b10559 |