Advertisement
Guest User

Untitled

a guest
Jun 1st, 2018
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 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. for toolname in enumall gitallsecrets gitrob gitsecrets gobuster nmap subbrute sublist3r trufflehog wfuzz ; do \
  18. if test $toolname != gitrob ; then \
  19. go run setup-scripts/main.go -gittoken 6ffa5f97e40a05de08e6ecb056c210bb9e9f4f38 -tool $toolname ; \
  20. fi ; \
  21. done
  22. enumall repository already exists
  23. gitallsecrets repository already exists
  24. gitsecrets repository already exists
  25. gobuster repository already exists
  26. nmap repository already exists
  27. subbrute repository already exists
  28. sublist3r repository already exists
  29. trufflehog repository already exists
  30. wfuzz repository already exists
  31. docker build -t us.gcr.io/kubebot-206003/api/api_kubebot:0.1.0 api/
  32. Sending build context to Docker daemon 100.6MB
  33. Step 1/3 : FROM golang:1.8-onbuild
  34. # Executing 3 build triggers
  35. ---> Using cache
  36. ---> Using cache
  37. ---> Using cache
  38. ---> f18dd94248b4
  39. Step 2/3 : MAINTAINER Anshuman Bhartiya (anshuman.bhartiya@gmail.com)
  40. ---> Using cache
  41. ---> 91a7295a22e7
  42. Step 3/3 : ENTRYPOINT ["app"]
  43. ---> Using cache
  44. ---> 859acd18a94b
  45. Successfully built 859acd18a94b
  46. Successfully tagged us.gcr.io/kubebot-206003/api/api_kubebot:0.1.0
  47. docker build -t us.gcr.io/kubebot-206003/api/api_subscriptionworker:0.1.0 subscriptionworker/
  48. Sending build context to Docker daemon 145.1MB
  49. Step 1/3 : FROM golang:1.8-onbuild
  50. # Executing 3 build triggers
  51. ---> Using cache
  52. ---> Using cache
  53. ---> Using cache
  54. ---> 586baf4247e4
  55. Step 2/3 : MAINTAINER Anshuman Bhartiya (anshuman.bhartiya@gmail.com)
  56. ---> Using cache
  57. ---> 9f1e59f6ee2a
  58. Step 3/3 : ENTRYPOINT ["app"]
  59. ---> Using cache
  60. ---> 938531505a99
  61. Successfully built 938531505a99
  62. Successfully tagged us.gcr.io/kubebot-206003/api/api_subscriptionworker:0.1.0
  63. for toolname in enumall gitallsecrets gitrob gitsecrets gobuster nmap subbrute sublist3r trufflehog wfuzz ; do \
  64. if test $toolname = gitrob; then \
  65. docker build -t us.gcr.io/kubebot-206003/tools/tools_gitrob_server:0.1.0 tools/$toolname/server/ ; \
  66. docker build -t us.gcr.io/kubebot-206003/tools/tools_gitrob:0.1.0 tools/$toolname/client/ ; \
  67. else \
  68. docker build -t us.gcr.io/kubebot-206003/tools/tools_$toolname:0.1.0 tools/$toolname/ ; \
  69. fi; \
  70. done
  71. Sending build context to Docker daemon 4.096kB
  72. Step 1/8 : FROM python:2.7
  73. ---> 5a7d0660d94a
  74. Step 2/8 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  75. ---> Using cache
  76. ---> fcbe6cc4b1ad
  77. Step 3/8 : RUN git clone https://LaNMaSteR53@bitbucket.org/LaNMaSteR53/recon-ng.git
  78. ---> Using cache
  79. ---> 2f31c0230896
  80. Step 4/8 : WORKDIR /recon-ng
  81. ---> Using cache
  82. ---> 3724c2e453fa
  83. Step 5/8 : COPY enumall-ab.py .
  84. ---> Using cache
  85. ---> 668f957c7bee
  86. Step 6/8 : RUN chmod +x enumall-ab.py
  87. ---> Using cache
  88. ---> aa1695a332a7
  89. Step 7/8 : RUN pip install -r REQUIREMENTS && ln -s /recon-ng /usr/share/recon-ng
  90. ---> Using cache
  91. ---> 1c175779d4ab
  92. Step 8/8 : ENTRYPOINT ["./enumall-ab.py"]
  93. ---> Using cache
  94. ---> 7fc8a1d6661b
  95. Successfully built 7fc8a1d6661b
  96. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_enumall:0.1.0
  97. Sending build context to Docker daemon 35.33kB
  98. Step 1/20 : FROM golang:latest
  99. ---> 6b369f7eed80
  100. Step 2/20 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  101. ---> Using cache
  102. ---> a43687b87515
  103. Step 3/20 : ADD . /data
  104. ---> Using cache
  105. ---> 3206b9c47b6a
  106. Step 4/20 : WORKDIR /data/thog
  107. ---> Using cache
  108. ---> b13092e8d285
  109. Step 5/20 : RUN apt-get update && apt-get install -y python-pip jq
  110. ---> Using cache
  111. ---> adb4ad7db29a
  112. Step 6/20 : RUN pip install -r requirements.txt
  113. ---> Using cache
  114. ---> 59f612585c08
  115. Step 7/20 : RUN chmod +x truffleHog/truffleHog.py
  116. ---> Using cache
  117. ---> cedbc3aabb91
  118. Step 8/20 : WORKDIR /data
  119. ---> Using cache
  120. ---> 2c41234bb7ba
  121. Step 9/20 : RUN chmod +x rungitsecrets.sh
  122. ---> Using cache
  123. ---> bf3b15e91c5d
  124. Step 10/20 : RUN chmod +x runreposupervisor.sh
  125. ---> Using cache
  126. ---> c7bbf8afbd72
  127. Step 11/20 : RUN git clone https://github.com/anshumanbh/git-secrets.git && cd git-secrets && make install
  128. ---> Using cache
  129. ---> 637a57b963b5
  130. Step 12/20 : RUN git clone https://github.com/anshumanbh/repo-supervisor.git
  131. ---> Using cache
  132. ---> 67019da6c84d
  133. Step 13/20 : WORKDIR /data/repo-supervisor
  134. ---> Using cache
  135. ---> 9890074fad18
  136. Step 14/20 : RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
  137. ---> Using cache
  138. ---> 69df381a756c
  139. Step 15/20 : RUN /bin/bash -c "source ~/.bashrc && nvm install 7"
  140. ---> Using cache
  141. ---> 645a36c3381a
  142. Step 16/20 : RUN /bin/bash -c "source ~/.bashrc && cd /data/repo-supervisor && npm install --no-optional && npm run build"
  143. ---> Using cache
  144. ---> e9ce36a168cf
  145. Step 17/20 : WORKDIR /data
  146. ---> Using cache
  147. ---> 6011c002ede9
  148. 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
  149. ---> Using cache
  150. ---> 8cf8649e2295
  151. Step 19/20 : RUN go build -o gitallsecrets .
  152. ---> Running in 855b0e2fc1ea
  153. # _/data
  154. ./main.go:199:91: multiple-value uuid.NewV4() in single-value context
  155. ./main.go:209:85: multiple-value uuid.NewV4() in single-value context
  156. ./main.go:219:96: multiple-value uuid.NewV4() in single-value context
  157. The command '/bin/sh -c go build -o gitallsecrets .' returned a non-zero code: 2
  158. Sending build context to Docker daemon 4.608kB
  159. Step 1/7 : FROM ruby
  160. ---> 677dc4db9b8f
  161. Step 2/7 : LABEL maintainer "@anshumanbh"
  162. ---> Using cache
  163. ---> f2543b8c8a24
  164. Step 3/7 : RUN apt-get update && apt-get install -y build-essential libpq-dev postgresql-9.4 && gem update --system && gem install gitrob
  165. ---> Running in 6f79284fff5e
  166. Ign:1 http://deb.debian.org/debian stretch InRelease
  167. Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
  168. Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
  169. Get:4 http://deb.debian.org/debian stretch Release [118 kB]
  170. Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B]
  171. Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [441 kB]
  172. Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [12.1 kB]
  173. Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [9530 kB]
  174. Fetched 10.3 MB in 2s (4807 kB/s)
  175. Reading package lists...
  176. Reading package lists...
  177. Building dependency tree...
  178. Reading state information...
  179. Package postgresql-9.4 is not available, but is referred to by another package.
  180. This may mean that the package is missing, has been obsoleted, or
  181. is only available from another source
  182.  
  183. E: Package 'postgresql-9.4' has no installation candidate
  184. The command '/bin/sh -c apt-get update && apt-get install -y build-essential libpq-dev postgresql-9.4 && gem update --system && gem install gitrob' returned a non-zero code: 100
  185. Sending build context to Docker daemon 4.096kB
  186. Step 1/7 : FROM ruby
  187. ---> 677dc4db9b8f
  188. Step 2/7 : LABEL maintainer "@anshumanbh"
  189. ---> Using cache
  190. ---> f2543b8c8a24
  191. Step 3/7 : RUN apt-get update && apt-get install -y build-essential libpq-dev postgresql-9.4 && gem update --system && gem install gitrob
  192. ---> Running in 62047054a919
  193. Ign:1 http://deb.debian.org/debian stretch InRelease
  194. Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
  195. Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
  196. Get:4 http://deb.debian.org/debian stretch Release [118 kB]
  197. Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B]
  198. Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [441 kB]
  199. Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [12.1 kB]
  200. Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [9530 kB]
  201. Fetched 10.3 MB in 2s (4967 kB/s)
  202. Reading package lists...
  203. Reading package lists...
  204. Building dependency tree...
  205. Reading state information...
  206. Package postgresql-9.4 is not available, but is referred to by another package.
  207. This may mean that the package is missing, has been obsoleted, or
  208. is only available from another source
  209.  
  210. E: Package 'postgresql-9.4' has no installation candidate
  211. The command '/bin/sh -c apt-get update && apt-get install -y build-essential libpq-dev postgresql-9.4 && gem update --system && gem install gitrob' returned a non-zero code: 100
  212. Sending build context to Docker daemon 3.072kB
  213. Step 1/7 : FROM python:latest
  214. ---> 29d2f3226daf
  215. Step 2/7 : MAINTAINER anshuman.bhartiya@gmail.com
  216. ---> Using cache
  217. ---> 5649b6fb4f9a
  218. Step 3/7 : RUN mkdir /data
  219. ---> Using cache
  220. ---> 15bda9b7da7f
  221. Step 4/7 : WORKDIR /data
  222. ---> Using cache
  223. ---> 260afd46222b
  224. Step 5/7 : RUN git clone https://github.com/awslabs/git-secrets.git && cd git-secrets && make install
  225. ---> Using cache
  226. ---> 2f12369206e1
  227. Step 6/7 : ADD run.sh /data
  228. ---> Using cache
  229. ---> b8b24f903124
  230. Step 7/7 : RUN chmod +x /data/run.sh
  231. ---> Using cache
  232. ---> 5424a96371c7
  233. Successfully built 5424a96371c7
  234. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_gitsecrets:0.1.0
  235. Sending build context to Docker daemon 48.13kB
  236. Step 1/4 : FROM golang:1.8-onbuild
  237. # Executing 3 build triggers
  238. ---> Using cache
  239. ---> Using cache
  240. ---> Running in d00a47b0ad2b
  241. + exec go install -v
  242. github.com/satori/go.uuid
  243. golang.org/x/sys/unix
  244. golang.org/x/crypto/ssh/terminal
  245. app
  246. # app
  247. ./main.go:537: multiple-value uuid.NewV4() in single-value context
  248. ./main.go:562: multiple-value uuid.NewV4() in single-value context
  249. The command '/bin/sh -c go-wrapper install' returned a non-zero code: 2
  250. Sending build context to Docker daemon 2.048kB
  251. Step 1/9 : FROM kalilinux/kali-linux-docker
  252. ---> 7b9ab7293e68
  253. Step 2/9 : MAINTAINER Anshuman Bhartiya anshuman.bhartiya@gmail.com
  254. ---> Using cache
  255. ---> e008f94772b3
  256. 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
  257. ---> Using cache
  258. ---> ec821fe22d6e
  259. Step 4/9 : ENV DEBIAN_FRONTEND noninteractive
  260. ---> Using cache
  261. ---> 8a1a910df287
  262. Step 5/9 : RUN apt-get -y update && apt-get -y dist-upgrade && apt-get clean
  263. ---> Using cache
  264. ---> 487ac8e1a321
  265. Step 6/9 : RUN apt-get -y install nmap
  266. ---> Using cache
  267. ---> 4422f5314e41
  268. Step 7/9 : WORKDIR /
  269. ---> Using cache
  270. ---> 7553d0d5674e
  271. Step 8/9 : RUN mkdir results
  272. ---> Using cache
  273. ---> 975648d6e49e
  274. Step 9/9 : ENTRYPOINT ["nmap"]
  275. ---> Using cache
  276. ---> 89a69c59bb73
  277. Successfully built 89a69c59bb73
  278. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_nmap:0.1.0
  279. Sending build context to Docker daemon 2.56kB
  280. Step 1/6 : FROM python:2.7
  281. ---> 5a7d0660d94a
  282. Step 2/6 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  283. ---> Using cache
  284. ---> fcbe6cc4b1ad
  285. Step 3/6 : RUN git clone https://github.com/TheRook/subbrute.git
  286. ---> Using cache
  287. ---> 0c4d90ccfc8e
  288. Step 4/6 : WORKDIR /subbrute
  289. ---> Using cache
  290. ---> 1f77a80724dd
  291. 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
  292. ---> Using cache
  293. ---> fabd5ceea604
  294. Step 6/6 : ENTRYPOINT ["./subbrute.py"]
  295. ---> Using cache
  296. ---> a26d04327c30
  297. Successfully built a26d04327c30
  298. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_subbrute:0.1.0
  299. Sending build context to Docker daemon 2.56kB
  300. Step 1/10 : FROM ubuntu:latest
  301. ---> 452a96d81c30
  302. Step 2/10 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  303. ---> Using cache
  304. ---> 67793111df7a
  305. Step 3/10 : RUN apt-get -y update && apt-get -y dist-upgrade
  306. ---> Using cache
  307. ---> 40c8a1390660
  308. 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
  309. ---> Using cache
  310. ---> e9f50e2e8729
  311. Step 5/10 : RUN mkdir /opt/subscan
  312. ---> Using cache
  313. ---> 5f3ee238270b
  314. Step 6/10 : WORKDIR /opt/subscan
  315. ---> Using cache
  316. ---> fb28977c58ad
  317. Step 7/10 : RUN git clone https://github.com/aboul3la/Sublist3r.git
  318. ---> Using cache
  319. ---> 19122c1d77d8
  320. Step 8/10 : RUN chmod +x /opt/subscan/Sublist3r/sublist3r.py
  321. ---> Using cache
  322. ---> c54d35d0958e
  323. Step 9/10 : WORKDIR /opt/subscan/Sublist3r
  324. ---> Using cache
  325. ---> 7c44b2e1ad8e
  326. Step 10/10 : ENTRYPOINT ["./sublist3r.py"]
  327. ---> Using cache
  328. ---> 692b5c24e5fb
  329. Successfully built 692b5c24e5fb
  330. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_sublist3r:0.1.0
  331. Sending build context to Docker daemon 35.84kB
  332. Step 1/8 : FROM python:2.7
  333. ---> 5a7d0660d94a
  334. Step 2/8 : MAINTAINER Anshuman Bhartiya <anshuman.bhartiya@gmail.com>
  335. ---> Using cache
  336. ---> fcbe6cc4b1ad
  337. Step 3/8 : ADD . /data
  338. ---> Using cache
  339. ---> 120966e55529
  340. Step 4/8 : WORKDIR /data
  341. ---> Using cache
  342. ---> dc97a6fd4433
  343. Step 5/8 : RUN pip install -r requirements.txt
  344. ---> Using cache
  345. ---> 587882dff5c6
  346. Step 6/8 : RUN chmod +x truffleHog/truffleHog.py
  347. ---> Using cache
  348. ---> 1451869f2cfc
  349. Step 7/8 : WORKDIR /data/truffleHog
  350. ---> Using cache
  351. ---> 14178000d900
  352. Step 8/8 : ENTRYPOINT ["./truffleHog.py"]
  353. ---> Using cache
  354. ---> 5b06208f8443
  355. Successfully built 5b06208f8443
  356. Successfully tagged us.gcr.io/kubebot-206003/tools/tools_trufflehog:0.1.0
  357. Sending build context to Docker daemon 2.56kB
  358. Step 1/12 : FROM ubuntu:latest
  359. ---> 452a96d81c30
  360. Step 2/12 : MAINTAINER Anshuman Bhartiya anshuman.bhartiya@gmail.com
  361. ---> Using cache
  362. ---> 60aa92f0e4ff
  363. Step 3/12 : RUN apt-get -y update && apt-get -y dist-upgrade
  364. ---> Using cache
  365. ---> 71e7e25089a3
  366. Step 4/12 : RUN apt-get install -y build-essential git libpcap-dev libxml2-dev libxslt1-dev python-requests python-dnspython python-setuptools python-dev libcurl4-gnutls-dev librtmp-dev wget zlib1g-dev && apt-get clean
  367. ---> Using cache
  368. ---> 892dafe64b30
  369. Step 5/12 : RUN easy_install pip && pip install pycurl
  370. ---> Running in c8a9950100fc
  371. /bin/sh: 1: easy_install: not found
  372. The command '/bin/sh -c easy_install pip && pip install pycurl' returned a non-zero code: 127
  373. Makefile:29: recipe for target 'images' failed
  374. make: *** [images] Error 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement