Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.28 KB | None | 0 0
  1. clusterfucker@ubuntu:~/go/src/github.com/anshumanbh/kubebot$ make build
  2. go run setup-scripts/main.go -project kubebot-206003 -gac /home/clusterfucker/go/src/github.com/anshumanbh/kubebot/Kubebot-9e8762f18d50.json -wfdataset wfuzzds -wftable wfuzz_tomcat_test -rsdataset reposupervisords -rstable reposupervisor_test -topic tool_topic -subscription tool_sub
  3. tool_sub Exists. Deleting it now..
  4. tool_sub deleted
  5. tool_topic Exists. Deleting it now..
  6. tool_topic deleted
  7. tool_topic created
  8. tool_sub created
  9. wfuzzds already exists
  10. wfuzz_tomcat_test already exists. Deleting it now..
  11. wfuzz_tomcat_test deleted. Creating it again now..
  12. wfuzz_tomcat_test recreated
  13. reposupervisords already exists
  14. reposupervisor_test already exists. Deleting it now..
  15. reposupervisor_test deleted. Creating it again now..
  16. reposupervisor_test recreated
  17. docker build -t us.gcr.io/kubebot-206003/api/api_kubebot:0.1.0 api/
  18. Sending build context to Docker daemon 100.6MB
  19. Step 1/3 : FROM golang:1.8-onbuild
  20. # Executing 3 build triggers
  21. ---> Using cache
  22. ---> Using cache
  23. ---> Using cache
  24. ---> f18dd94248b4
  25. Step 2/3 : MAINTAINER Anshuman Bhartiya (anshuman.bhartiya@gmail.com)
  26. ---> Using cache
  27. ---> 91a7295a22e7
  28. Step 3/3 : ENTRYPOINT ["app"]
  29. ---> Using cache
  30. ---> 859acd18a94b
  31. Successfully built 859acd18a94b
  32. Successfully tagged us.gcr.io/kubebot-206003/api/api_kubebot:0.1.0
  33. docker build -t us.gcr.io/kubebot-206003/api/api_subscriptionworker:0.1.0 subscriptionworker/
  34. Sending build context to Docker daemon 145.1MB
  35. Step 1/3 : FROM golang:1.8-onbuild
  36. # Executing 3 build triggers
  37. ---> Using cache
  38. ---> Using cache
  39. ---> Using cache
  40. ---> 586baf4247e4
  41. Step 2/3 : MAINTAINER Anshuman Bhartiya (anshuman.bhartiya@gmail.com)
  42. ---> Using cache
  43. ---> 9f1e59f6ee2a
  44. Step 3/3 : ENTRYPOINT ["app"]
  45. ---> Using cache
  46. ---> 938531505a99
  47. Successfully built 938531505a99
  48. Successfully tagged us.gcr.io/kubebot-206003/api/api_subscriptionworker:0.1.0
  49. for toolname in enumall gitallsecrets gitsecrets gobuster nmap subbrute sublist3r trufflehog ; do \
  50. docker build -t us.gcr.io/kubebot-206003/tools/tools_$toolname:0.1.0 tools/$toolname/ ; \
  51. done
  52. Sending build context to Docker daemon 4.096kB
  53. Step 1/8 : FROM python:2.7
  54. ---> 5a7d0660d94a
  55. Step 2/8 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  56. ---> Using cache
  57. ---> fcbe6cc4b1ad
  58. Step 3/8 : RUN git clone https://LaNMaSteR53@bitbucket.org/LaNMaSteR53/recon-ng.git
  59. ---> Using cache
  60. ---> 2f31c0230896
  61. Step 4/8 : WORKDIR /recon-ng
  62. ---> Using cache
  63. ---> 3724c2e453fa
  64. Step 5/8 : COPY enumall-ab.py .
  65. ---> Using cache
  66. ---> 668f957c7bee
  67. Step 6/8 : RUN chmod +x enumall-ab.py
  68. ---> Using cache
  69. ---> aa1695a332a7
  70. Step 7/8 : RUN pip install -r REQUIREMENTS && ln -s /recon-ng /usr/share/recon-ng
  71. ---> Using cache
  72. ---> 1c175779d4ab
  73. Step 8/8 : ENTRYPOINT ["./enumall-ab.py"]
  74. ---> Using cache
  75. ---> 7fc8a1d6661b
  76. Successfully built 7fc8a1d6661b
  77. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_enumall:0.1.0
  78. Sending build context to Docker daemon 35.33kB
  79. Step 1/20 : FROM golang:latest
  80. ---> 6b369f7eed80
  81. Step 2/20 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  82. ---> Using cache
  83. ---> a43687b87515
  84. Step 3/20 : ADD . /data
  85. ---> Using cache
  86. ---> 3206b9c47b6a
  87. Step 4/20 : WORKDIR /data/thog
  88. ---> Using cache
  89. ---> b13092e8d285
  90. Step 5/20 : RUN apt-get update && apt-get install -y python-pip jq
  91. ---> Using cache
  92. ---> adb4ad7db29a
  93. Step 6/20 : RUN pip install -r requirements.txt
  94. ---> Using cache
  95. ---> 59f612585c08
  96. Step 7/20 : RUN chmod +x truffleHog/truffleHog.py
  97. ---> Using cache
  98. ---> cedbc3aabb91
  99. Step 8/20 : WORKDIR /data
  100. ---> Using cache
  101. ---> 2c41234bb7ba
  102. Step 9/20 : RUN chmod +x rungitsecrets.sh
  103. ---> Using cache
  104. ---> bf3b15e91c5d
  105. Step 10/20 : RUN chmod +x runreposupervisor.sh
  106. ---> Using cache
  107. ---> c7bbf8afbd72
  108. Step 11/20 : RUN git clone https://github.com/anshumanbh/git-secrets.git && cd git-secrets && make install
  109. ---> Using cache
  110. ---> 637a57b963b5
  111. Step 12/20 : RUN git clone https://github.com/anshumanbh/repo-supervisor.git
  112. ---> Using cache
  113. ---> 67019da6c84d
  114. Step 13/20 : WORKDIR /data/repo-supervisor
  115. ---> Using cache
  116. ---> 9890074fad18
  117. Step 14/20 : RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
  118. ---> Using cache
  119. ---> 69df381a756c
  120. Step 15/20 : RUN /bin/bash -c "source ~/.bashrc && nvm install 7"
  121. ---> Using cache
  122. ---> 645a36c3381a
  123. Step 16/20 : RUN /bin/bash -c "source ~/.bashrc && cd /data/repo-supervisor && npm install --no-optional && npm run build"
  124. ---> Using cache
  125. ---> e9ce36a168cf
  126. Step 17/20 : WORKDIR /data
  127. ---> Using cache
  128. ---> 6011c002ede9
  129. Step 18/20 : RUN go get github.com/google/go-github/github && go get github.com/satori/go.uuid && go get golang.org/x/oauth2
  130. ---> Using cache
  131. ---> 8cf8649e2295
  132. Step 19/20 : RUN go build -o gitallsecrets .
  133. ---> Running in 4a89a28a474d
  134. # _/data
  135. ./main.go:199:91: multiple-value uuid.NewV4() in single-value context
  136. ./main.go:209:85: multiple-value uuid.NewV4() in single-value context
  137. ./main.go:219:96: multiple-value uuid.NewV4() in single-value context
  138. The command '/bin/sh -c go build -o gitallsecrets .' returned a non-zero code: 2
  139. Sending build context to Docker daemon 3.072kB
  140. Step 1/7 : FROM python:latest
  141. ---> 29d2f3226daf
  142. Step 2/7 : MAINTAINER anshuman.bhartiya@gmail.com
  143. ---> Using cache
  144. ---> 5649b6fb4f9a
  145. Step 3/7 : RUN mkdir /data
  146. ---> Using cache
  147. ---> 15bda9b7da7f
  148. Step 4/7 : WORKDIR /data
  149. ---> Using cache
  150. ---> 260afd46222b
  151. Step 5/7 : RUN git clone https://github.com/awslabs/git-secrets.git && cd git-secrets && make install
  152. ---> Using cache
  153. ---> 2f12369206e1
  154. Step 6/7 : ADD run.sh /data
  155. ---> Using cache
  156. ---> b8b24f903124
  157. Step 7/7 : RUN chmod +x /data/run.sh
  158. ---> Using cache
  159. ---> 5424a96371c7
  160. Successfully built 5424a96371c7
  161. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_gitsecrets:0.1.0
  162. Sending build context to Docker daemon 48.13kB
  163. Step 1/4 : FROM golang:1.8-onbuild
  164. # Executing 3 build triggers
  165. ---> Using cache
  166. ---> Using cache
  167. ---> Running in e79ac186845a
  168. + exec go install -v
  169. golang.org/x/sys/unix
  170. github.com/satori/go.uuid
  171. golang.org/x/crypto/ssh/terminal
  172. app
  173. # app
  174. ./main.go:537: multiple-value uuid.NewV4() in single-value context
  175. ./main.go:562: multiple-value uuid.NewV4() in single-value context
  176. The command '/bin/sh -c go-wrapper install' returned a non-zero code: 2
  177. Sending build context to Docker daemon 2.048kB
  178. Step 1/9 : FROM kalilinux/kali-linux-docker
  179. ---> 7b9ab7293e68
  180. Step 2/9 : MAINTAINER Anshuman Bhartiya anshuman.bhartiya@gmail.com
  181. ---> Using cache
  182. ---> e008f94772b3
  183. Step 3/9 : RUN echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list && echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list
  184. ---> Using cache
  185. ---> ec821fe22d6e
  186. Step 4/9 : ENV DEBIAN_FRONTEND noninteractive
  187. ---> Using cache
  188. ---> 8a1a910df287
  189. Step 5/9 : RUN apt-get -y update && apt-get -y dist-upgrade && apt-get clean
  190. ---> Using cache
  191. ---> 487ac8e1a321
  192. Step 6/9 : RUN apt-get -y install nmap
  193. ---> Using cache
  194. ---> 4422f5314e41
  195. Step 7/9 : WORKDIR /
  196. ---> Using cache
  197. ---> 7553d0d5674e
  198. Step 8/9 : RUN mkdir results
  199. ---> Using cache
  200. ---> 975648d6e49e
  201. Step 9/9 : ENTRYPOINT ["nmap"]
  202. ---> Using cache
  203. ---> 89a69c59bb73
  204. Successfully built 89a69c59bb73
  205. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_nmap:0.1.0
  206. Sending build context to Docker daemon 2.56kB
  207. Step 1/6 : FROM python:2.7
  208. ---> 5a7d0660d94a
  209. Step 2/6 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  210. ---> Using cache
  211. ---> fcbe6cc4b1ad
  212. Step 3/6 : RUN git clone https://github.com/TheRook/subbrute.git
  213. ---> Using cache
  214. ---> 0c4d90ccfc8e
  215. Step 4/6 : WORKDIR /subbrute
  216. ---> Using cache
  217. ---> 1f77a80724dd
  218. Step 5/6 : RUN mkdir subfiles && cd subfiles && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/bitquark_20160227_subdomains_popular_1000000.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/deepmagic.com_top500prefixes.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/fierce_hostlist.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/namelist.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/names.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/sorted_knock_dnsrecon_fierce_recon-ng.txt && wget https://raw.githubusercontent.com/anshumanbh/brutesubs/master/wordlists/subdomains-top1mil-110000.txt
  219. ---> Using cache
  220. ---> fabd5ceea604
  221. Step 6/6 : ENTRYPOINT ["./subbrute.py"]
  222. ---> Using cache
  223. ---> a26d04327c30
  224. Successfully built a26d04327c30
  225. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_subbrute:0.1.0
  226. Sending build context to Docker daemon 2.56kB
  227. Step 1/10 : FROM ubuntu:latest
  228. ---> 452a96d81c30
  229. Step 2/10 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  230. ---> Using cache
  231. ---> 67793111df7a
  232. Step 3/10 : RUN apt-get -y update && apt-get -y dist-upgrade
  233. ---> Using cache
  234. ---> 40c8a1390660
  235. Step 4/10 : RUN apt-get install -y build-essential git libpcap-dev libxml2-dev libxslt1-dev python-requests python-dnspython python-setuptools python-dev wget zlib1g-dev && apt-get clean
  236. ---> Using cache
  237. ---> e9f50e2e8729
  238. Step 5/10 : RUN mkdir /opt/subscan
  239. ---> Using cache
  240. ---> 5f3ee238270b
  241. Step 6/10 : WORKDIR /opt/subscan
  242. ---> Using cache
  243. ---> fb28977c58ad
  244. Step 7/10 : RUN git clone https://github.com/aboul3la/Sublist3r.git
  245. ---> Using cache
  246. ---> 19122c1d77d8
  247. Step 8/10 : RUN chmod +x /opt/subscan/Sublist3r/sublist3r.py
  248. ---> Using cache
  249. ---> c54d35d0958e
  250. Step 9/10 : WORKDIR /opt/subscan/Sublist3r
  251. ---> Using cache
  252. ---> 7c44b2e1ad8e
  253. Step 10/10 : ENTRYPOINT ["./sublist3r.py"]
  254. ---> Using cache
  255. ---> 692b5c24e5fb
  256. Successfully built 692b5c24e5fb
  257. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_sublist3r:0.1.0
  258. Sending build context to Docker daemon 35.84kB
  259. Step 1/8 : FROM python:2.7
  260. ---> 5a7d0660d94a
  261. Step 2/8 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  262. ---> Using cache
  263. ---> fcbe6cc4b1ad
  264. Step 3/8 : ADD . /data
  265. ---> Using cache
  266. ---> 120966e55529
  267. Step 4/8 : WORKDIR /data
  268. ---> Using cache
  269. ---> dc97a6fd4433
  270. Step 5/8 : RUN pip install -r requirements.txt
  271. ---> Using cache
  272. ---> 587882dff5c6
  273. Step 6/8 : RUN chmod +x truffleHog/truffleHog.py
  274. ---> Using cache
  275. ---> 1451869f2cfc
  276. Step 7/8 : WORKDIR /data/truffleHog
  277. ---> Using cache
  278. ---> 14178000d900
  279. Step 8/8 : ENTRYPOINT ["./truffleHog.py"]
  280. ---> Using cache
  281. ---> 5b06208f8443
  282. Successfully built 5b06208f8443
  283. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_trufflehog:0.1.0
  284. for utilname in checkfile converttobq wfuzzbasicauthbrute ; do \
  285. docker build -t us.gcr.io/kubebot-206003/utils/utils_$utilname:0.1.0 utils/$utilname/ ; \
  286. done
  287. Sending build context to Docker daemon 12.29kB
  288. Step 1/4 : FROM golang:1.8-onbuild
  289. # Executing 3 build triggers
  290. ---> Using cache
  291. ---> Running in 23e9db4b4137
  292. + exec go get -v -d
  293. Fetching https://cloud.google.com/go/pubsub?go-get=1
  294. Parsing meta tags from https://cloud.google.com/go/pubsub?go-get=1 (status code 200)
  295. get "cloud.google.com/go/pubsub": found meta tag main.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/pubsub?go-get=1
  296. get "cloud.google.com/go/pubsub": verifying non-authoritative meta tag
  297. Fetching https://cloud.google.com/go?go-get=1
  298. Parsing meta tags from https://cloud.google.com/go?go-get=1 (status code 200)
  299. cloud.google.com/go (download)
  300. github.com/googleapis/gax-go (download)
  301. Fetching https://golang.org/x/net/context?go-get=1
  302. Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200)
  303. get "golang.org/x/net/context": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1
  304. get "golang.org/x/net/context": verifying non-authoritative meta tag
  305. Fetching https://golang.org/x/net?go-get=1
  306. Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
  307. golang.org/x/net (download)
  308. Fetching https://google.golang.org/grpc?go-get=1
  309. Parsing meta tags from https://google.golang.org/grpc?go-get=1 (status code 200)
  310. get "google.golang.org/grpc": found meta tag main.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc?go-get=1
  311. google.golang.org/grpc (download)
  312. Fetching https://golang.org/x/text/secure/bidirule?go-get=1
  313. Parsing meta tags from https://golang.org/x/text/secure/bidirule?go-get=1 (status code 200)
  314. get "golang.org/x/text/secure/bidirule": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/secure/bidirule?go-get=1
  315. get "golang.org/x/text/secure/bidirule": verifying non-authoritative meta tag
  316. Fetching https://golang.org/x/text?go-get=1
  317. Parsing meta tags from https://golang.org/x/text?go-get=1 (status code 200)
  318. golang.org/x/text (download)
  319. Fetching https://golang.org/x/text/unicode/bidi?go-get=1
  320. Parsing meta tags from https://golang.org/x/text/unicode/bidi?go-get=1 (status code 200)
  321. get "golang.org/x/text/unicode/bidi": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/bidi?go-get=1
  322. get "golang.org/x/text/unicode/bidi": verifying non-authoritative meta tag
  323. Fetching https://golang.org/x/text/unicode/norm?go-get=1
  324. Parsing meta tags from https://golang.org/x/text/unicode/norm?go-get=1 (status code 200)
  325. get "golang.org/x/text/unicode/norm": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/norm?go-get=1
  326. get "golang.org/x/text/unicode/norm": verifying non-authoritative meta tag
  327. Fetching https://google.golang.org/grpc/codes?go-get=1
  328. Parsing meta tags from https://google.golang.org/grpc/codes?go-get=1 (status code 200)
  329. get "google.golang.org/grpc/codes": found meta tag main.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/codes?go-get=1
  330. get "google.golang.org/grpc/codes": verifying non-authoritative meta tag
  331. Fetching https://google.golang.org/grpc?go-get=1
  332. Parsing meta tags from https://google.golang.org/grpc?go-get=1 (status code 200)
  333. github.com/golang/protobuf (download)
  334. Fetching https://google.golang.org/grpc/keepalive?go-get=1
  335. Parsing meta tags from https://google.golang.org/grpc/keepalive?go-get=1 (status code 200)
  336. get "google.golang.org/grpc/keepalive": found meta tag main.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/keepalive?go-get=1
  337. get "google.golang.org/grpc/keepalive": verifying non-authoritative meta tag
  338. Fetching https://google.golang.org/grpc/metadata?go-get=1
  339. Parsing meta tags from https://google.golang.org/grpc/metadata?go-get=1 (status code 200)
  340. get "google.golang.org/grpc/metadata": found meta tag main.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/metadata?go-get=1
  341. get "google.golang.org/grpc/metadata": verifying non-authoritative meta tag
  342. Fetching https://google.golang.org/grpc/status?go-get=1
  343. Parsing meta tags from https://google.golang.org/grpc/status?go-get=1 (status code 200)
  344. get "google.golang.org/grpc/status": found meta tag main.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/status?go-get=1
  345. get "google.golang.org/grpc/status": verifying non-authoritative meta tag
  346. Fetching https://google.golang.org/genproto/googleapis/rpc/status?go-get=1
  347. Parsing meta tags from https://google.golang.org/genproto/googleapis/rpc/status?go-get=1 (status code 200)
  348. get "google.golang.org/genproto/googleapis/rpc/status": found meta tag main.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/rpc/status?go-get=1
  349. get "google.golang.org/genproto/googleapis/rpc/status": verifying non-authoritative meta tag
  350. Fetching https://google.golang.org/genproto?go-get=1
  351. Parsing meta tags from https://google.golang.org/genproto?go-get=1 (status code 200)
  352. google.golang.org/genproto (download)
  353. Fetching https://google.golang.org/genproto/googleapis/iam/v1?go-get=1
  354. Parsing meta tags from https://google.golang.org/genproto/googleapis/iam/v1?go-get=1 (status code 200)
  355. get "google.golang.org/genproto/googleapis/iam/v1": found meta tag main.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/iam/v1?go-get=1
  356. get "google.golang.org/genproto/googleapis/iam/v1": verifying non-authoritative meta tag
  357. Fetching https://google.golang.org/api/iterator?go-get=1
  358. Parsing meta tags from https://google.golang.org/api/iterator?go-get=1 (status code 200)
  359. get "google.golang.org/api/iterator": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/iterator?go-get=1
  360. get "google.golang.org/api/iterator": verifying non-authoritative meta tag
  361. Fetching https://google.golang.org/api?go-get=1
  362. Parsing meta tags from https://google.golang.org/api?go-get=1 (status code 200)
  363. google.golang.org/api (download)
  364. Fetching https://google.golang.org/api/option?go-get=1
  365. Parsing meta tags from https://google.golang.org/api/option?go-get=1 (status code 200)
  366. get "google.golang.org/api/option": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/option?go-get=1
  367. get "google.golang.org/api/option": verifying non-authoritative meta tag
  368. Fetching https://golang.org/x/oauth2?go-get=1
  369. Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
  370. get "golang.org/x/oauth2": found meta tag main.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2?go-get=1
  371. golang.org/x/oauth2 (download)
  372. Fetching https://golang.org/x/oauth2/google?go-get=1
  373. Parsing meta tags from https://golang.org/x/oauth2/google?go-get=1 (status code 200)
  374. get "golang.org/x/oauth2/google": found meta tag main.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/google?go-get=1
  375. get "golang.org/x/oauth2/google": verifying non-authoritative meta tag
  376. Fetching https://golang.org/x/oauth2?go-get=1
  377. Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
  378. Fetching https://google.golang.org/api/transport?go-get=1
  379. Parsing meta tags from https://google.golang.org/api/transport?go-get=1 (status code 200)
  380. get "google.golang.org/api/transport": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/transport?go-get=1
  381. get "google.golang.org/api/transport": verifying non-authoritative meta tag
  382. Fetching https://go.opencensus.io/plugin/ocgrpc?go-get=1
  383. Parsing meta tags from https://go.opencensus.io/plugin/ocgrpc?go-get=1 (status code 200)
  384. get "go.opencensus.io/plugin/ocgrpc": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/plugin/ocgrpc?go-get=1
  385. get "go.opencensus.io/plugin/ocgrpc": verifying non-authoritative meta tag
  386. Fetching https://go.opencensus.io?go-get=1
  387. Parsing meta tags from https://go.opencensus.io?go-get=1 (status code 200)
  388. go.opencensus.io (download)
  389. Fetching https://go.opencensus.io/stats?go-get=1
  390. Parsing meta tags from https://go.opencensus.io/stats?go-get=1 (status code 200)
  391. get "go.opencensus.io/stats": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/stats?go-get=1
  392. get "go.opencensus.io/stats": verifying non-authoritative meta tag
  393. Fetching https://go.opencensus.io/tag?go-get=1
  394. Parsing meta tags from https://go.opencensus.io/tag?go-get=1 (status code 200)
  395. get "go.opencensus.io/tag": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/tag?go-get=1
  396. get "go.opencensus.io/tag": verifying non-authoritative meta tag
  397. Fetching https://go.opencensus.io/stats/view?go-get=1
  398. Parsing meta tags from https://go.opencensus.io/stats/view?go-get=1 (status code 200)
  399. get "go.opencensus.io/stats/view": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/stats/view?go-get=1
  400. get "go.opencensus.io/stats/view": verifying non-authoritative meta tag
  401. Fetching https://go.opencensus.io/exporter/stackdriver/propagation?go-get=1
  402. Parsing meta tags from https://go.opencensus.io/exporter/stackdriver/propagation?go-get=1 (status code 200)
  403. get "go.opencensus.io/exporter/stackdriver/propagation": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/exporter/stackdriver/propagation?go-get=1
  404. get "go.opencensus.io/exporter/stackdriver/propagation": verifying non-authoritative meta tag
  405. Fetching https://go.opencensus.io/plugin/ochttp?go-get=1
  406. Parsing meta tags from https://go.opencensus.io/plugin/ochttp?go-get=1 (status code 200)
  407. get "go.opencensus.io/plugin/ochttp": found meta tag main.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/plugin/ochttp?go-get=1
  408. get "go.opencensus.io/plugin/ochttp": verifying non-authoritative meta tag
  409. Fetching https://google.golang.org/genproto/googleapis/pubsub/v1?go-get=1
  410. Parsing meta tags from https://google.golang.org/genproto/googleapis/pubsub/v1?go-get=1 (status code 200)
  411. get "google.golang.org/genproto/googleapis/pubsub/v1": found meta tag main.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/pubsub/v1?go-get=1
  412. get "google.golang.org/genproto/googleapis/pubsub/v1": verifying non-authoritative meta tag
  413. Fetching https://google.golang.org/genproto/protobuf/field_mask?go-get=1
  414. Parsing meta tags from https://google.golang.org/genproto/protobuf/field_mask?go-get=1 (status code 200)
  415. get "google.golang.org/genproto/protobuf/field_mask": found meta tag main.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/protobuf/field_mask?go-get=1
  416. get "google.golang.org/genproto/protobuf/field_mask": verifying non-authoritative meta tag
  417. Fetching https://golang.org/x/sync/errgroup?go-get=1
  418. Parsing meta tags from https://golang.org/x/sync/errgroup?go-get=1 (status code 200)
  419. get "golang.org/x/sync/errgroup": found meta tag main.metaImport{Prefix:"golang.org/x/sync", VCS:"git", RepoRoot:"https://go.googlesource.com/sync"} at https://golang.org/x/sync/errgroup?go-get=1
  420. get "golang.org/x/sync/errgroup": verifying non-authoritative meta tag
  421. Fetching https://golang.org/x/sync?go-get=1
  422. Parsing meta tags from https://golang.org/x/sync?go-get=1 (status code 200)
  423. golang.org/x/sync (download)
  424. Fetching https://golang.org/x/sync/semaphore?go-get=1
  425. Parsing meta tags from https://golang.org/x/sync/semaphore?go-get=1 (status code 200)
  426. get "golang.org/x/sync/semaphore": found meta tag main.metaImport{Prefix:"golang.org/x/sync", VCS:"git", RepoRoot:"https://go.googlesource.com/sync"} at https://golang.org/x/sync/semaphore?go-get=1
  427. get "golang.org/x/sync/semaphore": verifying non-authoritative meta tag
  428. Fetching https://google.golang.org/api/support/bundler?go-get=1
  429. Parsing meta tags from https://google.golang.org/api/support/bundler?go-get=1 (status code 200)
  430. get "google.golang.org/api/support/bundler": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/support/bundler?go-get=1
  431. get "google.golang.org/api/support/bundler": verifying non-authoritative meta tag
  432. github.com/google/go-github (download)
  433. github.com/google/go-querystring (download)
  434. github.com/pmezard/go-difflib (download)
  435. Fetching https://gopkg.in/src-d/go-git.v4?go-get=1
  436. Parsing meta tags from https://gopkg.in/src-d/go-git.v4?go-get=1 (status code 200)
  437. get "gopkg.in/src-d/go-git.v4": found meta tag main.metaImport{Prefix:"gopkg.in/src-d/go-git.v4", VCS:"git", RepoRoot:"https://gopkg.in/src-d/go-git.v4"} at https://gopkg.in/src-d/go-git.v4?go-get=1
  438. gopkg.in/src-d/go-git.v4 (download)
  439. github.com/sergi/go-diff (download)
  440. Fetching https://gopkg.in/src-d/go-billy.v4?go-get=1
  441. Parsing meta tags from https://gopkg.in/src-d/go-billy.v4?go-get=1 (status code 200)
  442. get "gopkg.in/src-d/go-billy.v4": found meta tag main.metaImport{Prefix:"gopkg.in/src-d/go-billy.v4", VCS:"git", RepoRoot:"https://gopkg.in/src-d/go-billy.v4"} at https://gopkg.in/src-d/go-billy.v4?go-get=1
  443. gopkg.in/src-d/go-billy.v4 (download)
  444. Fetching https://gopkg.in/src-d/go-billy.v4/osfs?go-get=1
  445. Parsing meta tags from https://gopkg.in/src-d/go-billy.v4/osfs?go-get=1 (status code 200)
  446. get "gopkg.in/src-d/go-billy.v4/osfs": found meta tag main.metaImport{Prefix:"gopkg.in/src-d/go-billy.v4", VCS:"git", RepoRoot:"https://gopkg.in/src-d/go-billy.v4"} at https://gopkg.in/src-d/go-billy.v4/osfs?go-get=1
  447. get "gopkg.in/src-d/go-billy.v4/osfs": verifying non-authoritative meta tag
  448. Fetching https://gopkg.in/src-d/go-billy.v4?go-get=1
  449. Parsing meta tags from https://gopkg.in/src-d/go-billy.v4?go-get=1 (status code 200)
  450. Fetching https://gopkg.in/src-d/go-billy.v4/util?go-get=1
  451. Parsing meta tags from https://gopkg.in/src-d/go-billy.v4/util?go-get=1 (status code 200)
  452. get "gopkg.in/src-d/go-billy.v4/util": found meta tag main.metaImport{Prefix:"gopkg.in/src-d/go-billy.v4", VCS:"git", RepoRoot:"https://gopkg.in/src-d/go-billy.v4"} at https://gopkg.in/src-d/go-billy.v4/util?go-get=1
  453. get "gopkg.in/src-d/go-billy.v4/util": verifying non-authoritative meta tag
  454. github.com/src-d/gcfg (download)
  455. Fetching https://gopkg.in/warnings.v0?go-get=1
  456. Parsing meta tags from https://gopkg.in/warnings.v0?go-get=1 (status code 200)
  457. get "gopkg.in/warnings.v0": found meta tag main.metaImport{Prefix:"gopkg.in/warnings.v0", VCS:"git", RepoRoot:"https://gopkg.in/warnings.v0"} at https://gopkg.in/warnings.v0?go-get=1
  458. gopkg.in/warnings.v0 (download)
  459. github.com/jbenet/go-context (download)
  460. github.com/emirpasic/gods (download)
  461. Fetching https://golang.org/x/crypto/openpgp?go-get=1
  462. Parsing meta tags from https://golang.org/x/crypto/openpgp?go-get=1 (status code 200)
  463. get "golang.org/x/crypto/openpgp": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp?go-get=1
  464. get "golang.org/x/crypto/openpgp": verifying non-authoritative meta tag
  465. Fetching https://golang.org/x/crypto?go-get=1
  466. Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200)
  467. golang.org/x/crypto (download)
  468. github.com/kevinburke/ssh_config (download)
  469. github.com/pelletier/go-buffruneio (download)
  470. github.com/mitchellh/go-homedir (download)
  471. github.com/xanzy/ssh-agent (download)
  472. Fetching https://golang.org/x/crypto/ssh?go-get=1
  473. Parsing meta tags from https://golang.org/x/crypto/ssh?go-get=1 (status code 200)
  474. get "golang.org/x/crypto/ssh": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh?go-get=1
  475. get "golang.org/x/crypto/ssh": verifying non-authoritative meta tag
  476. package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
  477. Fetching https://golang.org/x/crypto/ssh/knownhosts?go-get=1
  478. Parsing meta tags from https://golang.org/x/crypto/ssh/knownhosts?go-get=1 (status code 200)
  479. get "golang.org/x/crypto/ssh/knownhosts": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh/knownhosts?go-get=1
  480. get "golang.org/x/crypto/ssh/knownhosts": verifying non-authoritative meta tag
  481. The command '/bin/sh -c go-wrapper download' returned a non-zero code: 1
  482. Sending build context to Docker daemon 11.78kB
  483. Step 1/3 : FROM golang:1.8-onbuild
  484. # Executing 3 build triggers
  485. ---> Using cache
  486. ---> Using cache
  487. ---> Using cache
  488. ---> 9c9b0227350e
  489. Step 2/3 : MAINTAINER Anshuman Bhartiya
  490. ---> Using cache
  491. ---> f2cba5d6fd42
  492. Step 3/3 : ENTRYPOINT ["app"]
  493. ---> Using cache
  494. ---> 6745d5aa1865
  495. Successfully built 6745d5aa1865
  496. Successfully tagged us.gcr.io/kubebot-206003/utils/utils_converttobq:0.1.0
  497. Sending build context to Docker daemon 1.394MB
  498. Step 1/8 : FROM golang:1.8-onbuild
  499. # Executing 3 build triggers
  500. ---> Using cache
  501. ---> Using cache
  502. ---> Using cache
  503. ---> 5d1bd705ae00
  504. Step 2/8 : MAINTAINER Anshuman Bhartiya (anshuman.bhartiya@gmail.com)
  505. ---> Using cache
  506. ---> 1016251e73b1
  507. Step 3/8 : RUN mkdir /data
  508. ---> Using cache
  509. ---> a64371c3e1f8
  510. Step 4/8 : WORKDIR /data
  511. ---> Using cache
  512. ---> fe31c25c5f53
  513. Step 5/8 : ADD wfuzz/ /data/wfuzz/
  514. ---> Using cache
  515. ---> 23f7659ff1a6
  516. Step 6/8 : RUN apt-get update && apt-get install -y python-pip libcurl4-gnutls-dev librtmp-dev python-dev
  517. ---> Using cache
  518. ---> ef03dd2fc5e7
  519. Step 7/8 : RUN pip install pycurl
  520. ---> Using cache
  521. ---> 01e98431a6a2
  522. Step 8/8 : ENTRYPOINT ["app"]
  523. ---> Using cache
  524. ---> 20a99d4f8878
  525. Successfully built 20a99d4f8878
  526. Successfully tagged us.gcr.io/kubebot-206003/utils/utils_wfuzzbasicauthbrute:0.1.0
  527. kubectl apply -f config/kubebot-config/00-namespace.yaml
  528. Unable to connect to the server: dial tcp 192.168.99.100:8443: i/o timeout
  529. Makefile:34: recipe for target 'deployments' failed
  530. make: *** [deployments] Error 1
  531. clusterfucker@ubuntu:~/go/src/github.com/anshumanbh/kubebot$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement