Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibi666 authored Nov 6, 2023
1 parent 7467fca commit 45020f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$ apt update
$ apt upgrade
$ pkg install python2
$ pkg install python3
$ pkg install git
$ pkg install mechanize
$ pip install mechanize
$ pip3 install mechanize
$ rm -rf fbhackver2.7
$ git clone https://github.com/hackerbyte/fbhackver2.7
$ cd fbhackver2.7
$ python3 brute.py
$ python3 brute2.py

0 comments on commit 45020f5

Please sign in to comment.