Search the Community
Showing results for tags 'api'.
-
I am trying to use NMap with Google Safe Browsing API to check if a host is malicious or not. I used VirusTotal API for the same purpose and it returned appropriate results but the Google API did not. I am using Kali Linux on VM Ware Player. The commands I have typed are:- 1)nmap -p80 --script http-google-malware <target> 2)nmap $nmap -p80 --script http-google-malware --script-args http-google-malware.api=<API> <target> To use VirusTotal API, I used the command - nmap -sV --script=http-malware-host <target> and it worked. I am expecting an outp
-
use python api to scan,return {'error': 'Module returned empty response'} device:NANO 2.4.2 python : payload: {"apiToken": "c1e60aafbaff57574dc141a6be5050f32aef704825727150180a507bc0c4b336d1ed529218cbff41f222fd404236ffc4c255f147c5f03e2b05acb4f6ee868154", "system": "notifications", "action": "addNotification", "message": "Hello API"} url: http://172.16.42.1:1471/api/ headers: {'User-Agent': 'PyPapple v0.1', 'Content-Type': 'application/json', 'Accept': 'application/json,'} {'success': True} payload: {"apiToken": "c1e60aafbaff57574dc141a6be5050f32aef704825727150180a507bc0c
-
Hi! I am trying to build a new webinterface for the pineapple, because I want to use the device to teach people how vulnerable they are. I want to use the pineapple API for this, using PHP to call the functions on my pineapple via cURL. I have the following code: When I execute this code, i'll get bag a '200' http code. All good right? However, the server output is 'not authenticated' and nothing happens on the pineapple, no notification appears. Does anybody have any idea what I'm doing wrong?
-
Hi all, I wanted to see if anyone has attempted something similar in the past (tried searching GitHub without any luck) ā I'm wanting to develop a custom UI instead of the plain, buggy Angular frontend that currently drives the admin interface (was planning on using React). So far, I haven't had a lot of luck interacting with the API or via a generated API token ā it looks like I'm having issues with CORS, because preflight requests are being rejected `HTTP 405`s ā as a quick test, I made a backup of the `index.html` in the `/pineapple/` directory and was able to authenticate/interac
- 2 replies
-
- api
- pineapple nano
-
(and 2 more)
Tagged with:
-
Recon + startScan runs with success {\"module\": \"Recon\", \"action\": \"startScan\", \"scanType\": \"apOnly\", \"scanDuration\": \"15\", \"apiToken\": \"" + token + "\"} response {\"success\":true,\"scanID\":53717986} Now trying to get the scan status gives no proper response for {\"module\": \"Recon\", \"action\": \"scanStatus\", \"scan\":{\"scanID\": \"921564248\", \"scanType\": \"apOnly\"}, \"apiToken\": \"" + token + "\"} response {\"completed\":false} what is wrong here?
-
So lately I've been checking out shodan.io and finding some interesting stuff. What I noticed is by default the CLI won't display more than 100 results at a times. What I got the from the dev was that it displays 100 results per page but you could loop through the pages and display as many results as you want to but you have to tell it where to end so you don't burn up all of your credits. I'm really not sure how to loop through the pages and display more than 100 results. Anybody have any experience with this?
-
Hi, I've a Mark V with firmware 2.1.1 running. I was trying to create the ExampleInfusion from the wiki, but the API used seem to be outdated. When looking in the changelog, I've seen that some changes have been made in the API and are refering to http://wiki2.wifipineapple.com/#!api.md (2.0.4) and http://wiki.wifipineapple.com/index.php?title=Webinterface_API (2.0.0). Both URL's seem to be incorrect (404 error reply). I've seen the http://wiki.wifipineapple.com/?#!api.md, but this one seem to be incomplete (looking in other infusions using other functions). Can someone tell me where I ca
-
Hey guys! The WiFi Pineapple Mark 5 API Docs are now here.