-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
44 lines (35 loc) · 1.48 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## ## ##### #### #### #####
#### ## ## ## ## ## ##
## ##### ## ##### ## ##
#### ## ## ## ## ## ## ##
## ## ###### #### ##### ## ##
______________________________________________________________________
ABOUT
______________________________________________________________________
Description: TCP port scanner
Program: xscan
Current version: 1.5
Languages: go 1.23.5
Tested on: Kali linux 2024.4 on Kernel Linux 6.11.2
Author: scarlet-oni
Dependencies: -
______________________________________________________________________
DOCUMENTATION
______________________________________________________________________
Xscan is a tcp port scanner written in golang.
Allows you to scan specific ports or all.
compilation:
go build ...
make (necessary makefile)
Run a scan on a specific port:
./xscan <ip/address> <port>
Start scanning with all ports:
./xscan <ip/address>
______________________________________________________________________
LEGAL STATEMENT
______________________________________________________________________
By downloading, modifying, redistributing, and/or executing xscan, the
user agrees to the contained legal.txt statement found in this repository.
I, scarlet-oni, the creator, take no legal responsibility for unlawful actions
caused/stemming from this program.
Use responsibly and ethically!