Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electrical tasks-Sanika #46

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Binary file added Electrical/555 Timer circuit.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Electrical/Electrical task-2-Sanika
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
My design: https://www.tinkercad.com/things/8qWs6hxEeQV-sizzling-blorr/editel?sharecode=3CeBktDeDaTRChU8dOlC7JzC5T5NhfqZpAfgeXjWGjw

Explanation:

Binary file added Electrical/Electrical task-2-Sanika.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions Electrical/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Link to my submission:
https://www.tinkercad.com/things/7APiOsUcGMX-555-timer-ciruit/editel?sharecode=yaiEsWIuPp_93oLFmEgWy6hoeqplooVhcXbwP7nKRgA

The components used in this circuit are a 555 timer IC, 3 resistors (2 1kohm each, and 1 100kohm), 2 capacitors, and a battery.
The circuit has a few basic connections(grounding and battery connections).
This RC circuit is arranged in such a way that the 'ON' time and the 'OFF' time are determined by the values of capacitors and resistors.
Higher the capacitance, lower the frequency; higher the resistance, lower the frequency.
The load resistor charges and discharges the capacitor. Whereas the two other resistors decide the on and off time frequencies of the circuit.
82 changes: 82 additions & 0 deletions task1/SanikaGumaste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
Level 0: $ ssh [email protected] -p 2220
Entered password successfully.
Level 1: ls
readme
cat readme
Obtained password
Exit level 1
Level 2: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
cat ./-
Obtained password
Exit level 2
Level 3: $ ssh [email protected] -p 2220
Entered password successfully
dir
spaces\ in\ this\ filename
cat spaces\ in\ this\ filename
Obtained password
Exit level 3
Level 4: $ ssh [email protected] -p 2220
Entered password successfully
ls
inhere
cd inhere
ls -a
cat .hidden
Obtained password
Exit level 4
Level 5: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
cd inhere
ls -a
file ./-*
cat ./-file07
Obtained password
Exit level 5
Level 6: $ ssh [email protected] -p 2220
Entered password successfully
ls
inhere
cd inhere
ls -a
find -type f -size 1033c
cat ./maybehere07/.file2
Obtained password
Exit level 6
Level 7: $ ssh [email protected] -p 2220
Entered password successfully
find / -user bandit7 -group bandit6 -size 32c 2>/dev/null ar/lib/dpkg/info/bandit7.password
/var/lib/dpkg/info/bandit7.passwordcat /var/lib/dpkg/info/bandit7.password
cat /var/lib/dpkg/info/bandit7.password
Obtained password
Exit level 7
Level 8: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
awk '/^millionth/ {print $2;}' data.txt
Obtained password
Exit level 8
Level 9: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
cat data.txt | sort | uniq -u
Obtained password
Exit level 9
Level 10: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
strings data.txt | grep "="
Obtained password
Exit level 10
Level 11: $ ssh [email protected] -p 2220
Entered password successfully
ls -a
cat data.txt
VGhlIHBhc3N3b3JkIGlzIElGdWt3S0dzRlc4TU9xM0lSRnFyeEUxaHhUTkViVVBSCg==
echo VGhlIHBhc3N3b3JkIGlzIElGdWt3S0dzRlc4TU9xM0lSRnFyeEUxaHhUTkViVVBSCg== | base64 --decode
Obtained password
Exit level 11.