Tuesday, January 11, 2022

Bash script to automate and detect and scan your local networks

# Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network

Using bash script to find the open ports in the local networks


using nmap and shell 

How to run the code


-> sudo apt-get install git

-> git clone https://github.com/krishnansai/Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network


-> cd Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network

-> chmod +x *


-> sudo ./network_scan.sh




Thursday, January 6, 2022

How To Disable Unwanted ports in linux using Terminal

kill the open ports in the linux First We want to install nmap tool for scaning the open port on the terminal => sudo apt-get install nmap After install the nmap on terminal and scan the open port using this commands => nmap -vvv localhost
After that u can see the all open ports for example i can kill the 9050 port using this commands =>sudo nmap -k 9050/tcp it will kill the port
have a Great Day

Monday, September 27, 2021

Terrorist Tracker Toolkit

This tool is made for MANTHAN Compadition This tool is used for find the attacker in instagram in 4 module in single tool 

Module 1)find the attacker using web Scraping

Module 2)find the attacker information

Module 3)find the attacker Location

Module 4)find the image details

Tool working video

https://drive.google.com/folderview?id=1PsAzYRFJ1G4w7PW473bMJoC1lPYRjXuF

Zip file link

https://drive.google.com/drive/folders/1o4k91CCHBlXx3LiVcEpv4Adj1DeB5tV4?usp=sharing

if anyone want the zipfile password please message to krishnansai71@gmail.com

Step 1 : download the tool from the zip file

Step 2 : Extract our tool in seperate folder. Anyone want tool password my to my mail

Step 3 : Type : pip3 install -r requirements.txt -> To install all requirements for using our tool.

Step 4 : Minimum Requirements : Mozilla Firefox Browser.

Step 5 : To run our Tool, Type This command : python3 main.py

Terrorist Tracker Toolkit :



Friday, September 17, 2021

Docker tor automation

What does it do :-
This tool is used to help the automation of the Tor 9050 port number to open with the Localhost with the all container 

Link:-
https://github.com/krishnansai/Docker_tor

Uses :-
It will automatically run and open the port 9050
It will use for all container for an example (we have 1000 container. We don't configure the 1000 container with tor.  We simple run this 1 container it will reficated to all 1000 containers šŸ™‚)

How to run this :-

sudo apt-get install docker 
sudo apt-get install docker-compose
sudo apt-get install git 
git clone https://github.com/krishnansai/Docker_tor
cd Docker_tor
docker-compose up 


Sunday, July 4, 2021

sentiment analysis

This project is make for a learning propose with our team .

This project we can use multi lanugage link english spanish

This project is used for find the bad words in a multiple languages 

im using linux so i can run this given comments:

1)sudo apt-get install python3

2)pip install sentiment-analysis

3)sudo apt-get install git

4)git clone https://github.com/krishnansai/sentiment-analiysis

5)cd sentiment-analiysis

6)python3 sen.py


Select your languages



Sunday, June 6, 2021

instagram webscrping

Twin sai tech

how this project help : In Cyber Security The Most Attack Was been Happend By Social Engineering. The Attacker was Choose the Social Media to Collect the users information And attack It. So We can make the tool to identify the Attacker on Instagram

->this tool will find social engineering attackers

Description:

->Hackulus project code, a tool to detect fake accounts in social media

Features:

->this tool is based on web scraping which identify fake account. ->it is written on the most powerful language python and advanced portable framework selenium.

Technology used:

-> this tool is built using python script and selenium

Working:

->Input-instagram login id and password ->Output-predicted fake account ->this tool find the fake account in recent followers for a given range by using some conditions

Installation Instruction:

=>Important notes:

-> Use Linux OS -> Use FireFox Browser

=>Comments to run in Linux

->sudo apt-get git 

->git clone https://github.com/krishnansai/Hackulus

-> sudo apt-get install python3 -> pip3 install selenium -> pip3 install explicit -> sudo apt-get update -> apt-get upgrade -> cd (code directory) -> python3 projectcode.py



Working video 

Google Drive




port forwarding

This tool is help us to create a server and port forwarding it and tansfer the file to one system to another system easyly with out any software. we can connect the fort end and backend with easy using this tool

we can run with terminal

How to use the tool Youtube...

https://youtu.be/KGy_6_tHvi8

To select the folder to to run the server like python3 to make it local server we can choose the port number with the our wish

After that open the new terminal to to run the secound script it will automate the ngrok to unzip and move to his location for automate

We can enter the same port number to connect with port forwarding to so we can genrate the link like a ngrok.io we can copy and send to anywhere

it will activate for the 2 hours

Comments to run the tool**

Linux

sudo apt-get install python3

python3 first.py

Enter the port number

press(ctrl+shift+t)

python3 sec.py

enter the same port numer

we can genrate the .io link to forwarding the link

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...