Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Linux Hardening
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yogesh.m
Linux Hardening
Commits
3ebd2ec1
Commit
3ebd2ec1
authored
Sep 05, 2022
by
yogesh.m
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README.md
parent
53092d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
0 → 100644
View file @
3ebd2ec1
Steps to Run:
1)
Install the libraries given in requirements.txt
cmd:- "pip install -r requirements.txt"
or use PyCharm and autoinstall the libraries
2)
make sure all the files are in the same folder
1)config.conf
2)main.py
3)rasbian_os.json
3)
configure "config.conf" file
[
UTIL
]
host = 10.10.3.151 - Replace with the Host address you require to scan
username = pi - username of the host
password = iLens@H115 - enter the password of that user
port = 2212 - port through which the connection can be established
4)
run the "main.py" file
cmd:- python main.py
or
use Shift+F10 in PyCharm
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment