This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Update
Nissar Chababy edited this page Jul 22, 2017
·
7 revisions
Please do not try to update if there is the latest release is still 1.3.2
- If you execute and get the following, you are in a version less or equal than 1.3.2.
$ ./tool -v
Unknown option: -v
- If you execute and get the following, you are in a version greater than 1.3.2.
$ ./tool -v
Current Version: 1.xx.xx
If you got the script from Git (NOT GitHub Release(s) page(s))
$ git checkout master
$ git pull origin master
We consider that you have at least the following tree
output and you are under the funceble
directory
.
|-- LICENSE
|-- README.md
|-- funceble
|-- iana-domains-db
|-- output
| |-- hosts
| | |-- ACTIVE
| | |-- INACTIVE
| | `-- INVALID
| |-- logs
| | |-- dateFormat
| | |-- percentage
| | `-- whois
| `-- splited
`-- tool
# The following will get the most recent tool.
# The most recent tool is the best tool ever written for funceble at this time.
$ curl -s https://raw.githubusercontent.com/funilrys/funceble/master/tool -o tool && chmod +x tool && ./tool -u
We consider that you have at least the following tree
output and you are under the funceble
directory.
.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── funceble
├── iana-domains-db
├── LICENSE
├── output
│ ├── hosts
│ │ ├── ACTIVE
│ │ ├── INACTIVE
│ │ └── INVALID
│ ├── logs
│ │ ├── dateFormat
│ │ ├── install.log
│ │ ├── noReferer
│ │ ├── percentage
│ │ └── whois
│ └── splited
├── README.md
└── tool
Simply execute the following!
$ ./tool -u