Skip to content

C0dekid/Webresolver-Java-Package-for-Skypebots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Webresolver-Java-Client-for-Skypebots

How to use?

  1. Download the package in /src/nl/webresolver/wrclient and import it in your project
  2. Import the class import nl.webresolver.wrclient.*;

Function example:

To use the WRClient write this in your code:

WebresolverAPI client = new WebresolverAPI();

Then you have to set your API Key by doing client.setKey("your key"). By default the script outputs JSON, if you don't want to use JSON, use client.setJson(false). To set a custom useragent use:

client.setUseragent("Skypebot/1.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0");

If you are using the portscan API, you can set a specific portnumber by using client.port(integer) or leave it if you want to show all the ports.

Summary of available commands:

  1. .setKey("XXXXX-XXXXX-XXXXX-XXXXX")
  2. .setJson(boolean)
  3. .setUseragent(string)
  4. .port(integer) (Only works with the portscan API)
  5. .isJson() boolean (true/false)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages