ChesnoiuCatalin

ChesnoiuCatalin

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

ChesnoiuCatalin's repositories

Update-IP-File

This Python script automates the updating of an "allow_list.txt" file by removing specified IP addresses listed in a remove list. It opens the file, reads its contents, converts the IP addresses into a list, iterates through the remove list, removes matching IP addresses, updates the list, and writes the revised IP addresses back to the file.

Language:PythonStargazers:0Issues:0Issues:0

Home-Lab-VM

Home-Lab-VM

Stargazers:1Issues:0Issues:0

E-mail-Scraper

It then uses the requests library to get the response of the url.The BeautifulSoup library is then used to scrape the response and find emails using regular expressions.If any links are found on the page, they are appended to the urls deque.Finally, all the emails encountered are printed.

Language:PythonStargazers:0Issues:0Issues:0

C-Backdoor

This C code creates a backdoor on Windows machines, enabling a remote user to access, control, and monitor the device. It includes functions to execute shell commands, create a registry entry to enable autorun, and a keylogger to log the user's keystrokes. It also hides the malicious activity by hiding the console window.

Language:CStargazers:2Issues:0Issues:0

Python-Backdoor

This code is a python script that implements a remote control of a computer, using the socket, subprocess and json libraries to establish a connection, execute commands, upload/download files and reliably send and receive data.

Language:PythonStargazers:0Issues:0Issues:0

Minimalist-Portscanner

Scans target IP addresses and ports to check if they are open. If open, prints out a message.

Language:PythonStargazers:0Issues:0Issues:0

Nmap-automation-Portscanner

This code is a Python 3 script that uses the nmap library to scan an IP address for open ports. It requires the user to input the IP address and type of scan, and then it will scan the ports from 1 to 1024 and return the open ports.

Language:PythonStargazers:0Issues:0Issues:0

Intelligent-School-Attendance-System-with-AI-and-IoT-Technology

The camera checks the time to determine if a course is taking place and if so, it will log the students' attendance and calculate the number of minutes in which they were present. At the end of the course, the student's presence will be determined depending on the minutes they were detected in the classroom.

Stargazers:0Issues:0Issues:0