mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-24 06:46:27 +00:00
parent
a4684baab6
commit
613ad756ab
@ -53,3 +53,6 @@ Must have ruby 1.9 and gem installed
|
||||
gem build abusetheforce.gemspec
|
||||
gem install abusetheforce-X.X.X.gem # make sure the proper version is present
|
||||
|
||||
Todo
|
||||
----
|
||||
* See Issues tab
|
||||
|
@ -30,6 +30,9 @@ module AbuseTheForce
|
||||
:security_token => target.security_token
|
||||
|
||||
Metaforce.configuration.host = target.host
|
||||
|
||||
# Supress some of the verbose logging
|
||||
Metaforce.configuration.log = false
|
||||
end
|
||||
|
||||
# Fetches a single file from the server
|
||||
|
Loading…
Reference in New Issue
Block a user