Posts by Luan Barbosa • 31 points
6 posts
-
0
votes1
answer31
viewsA: Shodan implementation(Api) No return result
I made some updates to the code and still does not display the result; #!/usr/bin/env python # -*- coding: utf-8 -*- import shodan api = shodan.Shodan("MyApi") results =…
-
0
votes1
answer31
viewsQ: Shodan implementation(Api) No return result
Good afternoon. So people are doing a test with Shodan to implement in another program. However when I type $:python python_test.py.py + ip or query It does not display the result and rtorna to the…
-
0
votes1
answer119
viewsQ: How to edit host file on etc/hosts?
How to edit host file in etc/hosts? The website is out, so I added the ip: xxx.xxxx.xxx www.meusite.com.br But when I go ping or scan to see the servers, it finds no signal.…
linuxasked Luan Barbosa 31 -
2
votes1
answer145
viewsQ: C++ run secondary program, only if the command is typed
int main() { system("F:\\AI\\iapt2.exe"); system("pause"); return 0; } Good evening, I have this code right, it will open the program iapt2.exe when running, however I would like to insert an…
c++asked Luan Barbosa 31 -
-2
votes1
answer791
viewsQ: error expected Primary-Expression before ' ' token
Error on line 21. #ifndef __STRING_H__ #define __STRING_H__ #pragma warning(disable: 4786) #include <string> #include <vector> const int MAX_RESP = 4; typedef…
-
0
votes1
answer1207
viewsQ: C++ How to call another cpp file in the script
I have two cpp files. One is the main, the other is a secondary that will open windows programs. So I include them both in the same folder. In the main file, I added: #include iapt2.cpp which is the…
c++asked Luan Barbosa 31