Skip to content

Commit fb0e1a8

Browse files
Update README.md
1 parent 668ea92 commit fb0e1a8

File tree

1 file changed

+42
-14
lines changed

1 file changed

+42
-14
lines changed

README.md

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Version-2.1-green?style=for-the-badge">
8+
<img src="https://img.shields.io/badge/Version-2.2-green?style=for-the-badge">
99
<img src="https://img.shields.io/github/license/LxaNce/RealLxPhisher?style=for-the-badge">
1010
<img src="https://img.shields.io/github/stars/LxaNce/RealLxPhisher?style=for-the-badge">
1111
<img src="https://img.shields.io/github/issues/LxaNce/RealLxPhisher?color=red&style=for-the-badge">
@@ -52,7 +52,7 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
5252

5353
- Just, Clone this repository -
5454
```
55-
$ git clone https://github.com/LxaNce-Hacker/lxancephisher
55+
$ git clone --depth=1 https://github.com/LxaNce-Hacker/lxancephisher
5656
```
5757

5858
- Change to cloned directory and run `lxancephisher.sh` -
@@ -63,45 +63,73 @@ $ bash lxancephisher.sh
6363
<!-- lxphisher -->
6464
- On first launch, It'll install the dependencies and that's it. `lxancephisher` is installed.
6565

66+
##
67+
### Installation via ".deb" file
68+
69+
- Download `.deb` files from the [**Latest Release**](https://github.com/LxaNce-Hacker/lxancephisher/releases/latest)
70+
- If you are using ***termux*** then download the `*_termux.deb`
71+
72+
- Install the `.deb` file by executing
73+
```
74+
apt install <your path to deb file>
75+
```
76+
Or
77+
```
78+
$ dpkg -i <your path to deb file>
79+
$ apt install -f
80+
```
81+
82+
##
83+
6684
### Run on Docker
6785
```
6886
$ docker pull LxaNce-Hacker/lxancephisher
6987
$ docker run --rm -it LxaNce-Hacker/lxancephisher
7088
```
7189

72-
### Dependencies
90+
##
7391

74-
**`lxancephisher`** requires following programs to run properly -
92+
<details>
93+
<summary><h3>Dependencies</h3></summary>
94+
95+
<b>lxancephisher</b> requires following programs to run properly -
7596
- `php`
7697
- `wget`
7798
- `curl`
7899
- `git`
79100
- `which`
80101
- `ssh`
81102

82-
> All the dependencies will be installed automatically when you run `lxancephisher` for the first time.
103+
> All the dependencies will be installed automatically when you run **lxancephisher** for the first time.
104+
</details>
105+
106+
<details>
107+
<summary><h3>Tested on</h3></summary>
83108

84-
> Supported Platform : **`Termux`**, **`Ubuntu/Debian/Kali/Parrot`**, **`Garuda/Arch Linux/Manjaro`**, **`Fedora`**
109+
- **Ubuntu**
110+
- **Debian**
111+
- **Arch**
112+
- **Manjaro**
113+
- **Fedora**
114+
- **Termux**
115+
</details>
85116

86117
##
87118
<!-- lxphisher -->
88119

89120

90-
<h3 align="center">
91-
:: Workflow ::
92-
<!--</h3>
93-
<p align="center">
94-
<img src=".imgs/wf.gif"/>
95-
</p>-->
96-
<br>
121+
<h3 align="center"><i>:: Workflow ::</i></h3>
97122
<p align="center">
98123
<img width="49%" src=".img/SS1.png"/>
99124
<img width="49%" src=".img/SS2.png"/>
100125
</p>
126+
127+
##
128+
101129
### Find Me on :
102130
<p align="left">
103131
<a href="https://github.com/LxaNce-Hacker" target="_blank"><img src="https://img.shields.io/badge/Github-LxaNce--Hacker-green?style=for-the-badge&logo=github"></a>
104-
<a href="https://www.instagram.com/lxance.exe" target="_blank"><img src="https://img.shields.io/badge/IG-%40lxance-red?style=for-the-badge&logo=instagram"></a>
132+
<a href="https://www.instagram.com/lxance.hacker" target="_blank"><img src="https://img.shields.io/badge/IG-%40lxance-red?style=for-the-badge&logo=instagram"></a>
105133
<a href="https://chat.whatsapp.com/Dorez09CKKSG9mnwHadC5n" target="_blank"><img src="https://img.shields.io/badge/Whatsapp-blue?style=for-the-badge&logo=whatsapp"></a>
106134
</p>
107135

0 commit comments

Comments
 (0)