mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-24 08:36:28 +00:00
parent
a4684baab6
commit
613ad756ab
@ -53,3 +53,6 @@ Must have ruby 1.9 and gem installed
|
|||||||
gem build abusetheforce.gemspec
|
gem build abusetheforce.gemspec
|
||||||
gem install abusetheforce-X.X.X.gem # make sure the proper version is present
|
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
|
:security_token => target.security_token
|
||||||
|
|
||||||
Metaforce.configuration.host = target.host
|
Metaforce.configuration.host = target.host
|
||||||
|
|
||||||
|
# Supress some of the verbose logging
|
||||||
|
Metaforce.configuration.log = false
|
||||||
end
|
end
|
||||||
|
|
||||||
# Fetches a single file from the server
|
# Fetches a single file from the server
|
||||||
|
Loading…
Reference in New Issue
Block a user